summaryrefslogtreecommitdiffstats
path: root/hw/arm
diff options
context:
space:
mode:
authorPeter Maydell2021-02-19 15:45:52 +0100
committerPeter Maydell2021-03-08 18:20:02 +0100
commit370d75d935c4f58a3f94597a9e6609aefbc5bb34 (patch)
treea8e27fd44c3983b5056cb0006b18b772d5c3c697 /hw/arm
parenthw/misc/iotkit-sysctl: Implement SSE-200 and SSE-300 PID register values (diff)
downloadqemu-370d75d935c4f58a3f94597a9e6609aefbc5bb34.tar.gz
qemu-370d75d935c4f58a3f94597a9e6609aefbc5bb34.tar.xz
qemu-370d75d935c4f58a3f94597a9e6609aefbc5bb34.zip
hw/arm/Kconfig: Move ARMSSE_CPUID and ARMSSE_MHU stanzas to hw/misc
The ARMSSE_CPUID and ARMSSE_MHU Kconfig stanzas are for the devices implemented by hw/misc/cpuid.c and hw/misc/armsse-mhu.c. Move them to hw/misc/Kconfig where they belong. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20210219144617.4782-20-peter.maydell@linaro.org
Diffstat (limited to 'hw/arm')
-rw-r--r--hw/arm/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
index 5b3bd1e866..69a550a0fc 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