diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2021-02-19 14:45:52 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-03-08 17:20:02 +0000 |
commit | 370d75d935c4f58a3f94597a9e6609aefbc5bb34 (patch) | |
tree | a8e27fd44c3983b5056cb0006b18b772d5c3c697 /hw/misc | |
parent | 6069bbc904503dd4f4c2cfd7ff883300a6bddeeb (diff) | |
download | qemu-370d75d935c4f58a3f94597a9e6609aefbc5bb34.zip qemu-370d75d935c4f58a3f94597a9e6609aefbc5bb34.tar.gz qemu-370d75d935c4f58a3f94597a9e6609aefbc5bb34.tar.bz2 |
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/misc')
-rw-r--r-- | hw/misc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
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 |