diff options
Diffstat (limited to 'hw/misc/Kconfig')
-rw-r--r-- | hw/misc/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hw/misc/Kconfig b/hw/misc/Kconfig index 92c397ca07..3185456110 100644 --- a/hw/misc/Kconfig +++ b/hw/misc/Kconfig @@ -134,4 +134,16 @@ config MAC_VIA config AVR_POWER bool +config SIFIVE_TEST + bool + +config SIFIVE_E_PRCI + bool + +config SIFIVE_U_OTP + bool + +config SIFIVE_U_PRCI + bool + source macio/Kconfig |