diff options
Diffstat (limited to 'hw')
-rw-r--r-- | hw/arm/Kconfig | 6 | ||||
-rw-r--r-- | hw/misc/Kconfig | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 5b3bd1e..69a550a 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -522,9 +522,3 @@ config ARMSSE select UNIMP select SSE_COUNTER select SSE_TIMER - -config ARMSSE_CPUID - bool - -config ARMSSE_MHU - bool diff --git a/hw/misc/Kconfig b/hw/misc/Kconfig index 19c216f..16b96e4 100644 --- a/hw/misc/Kconfig +++ b/hw/misc/Kconfig @@ -2,6 +2,12 @@ config APPLESMC bool depends on ISA_BUS +config ARMSSE_CPUID + bool + +config ARMSSE_MHU + bool + config MAX111X bool |