summaryrefslogtreecommitdiffstats
path: root/hw/lm32
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2021-02-21 23:56:25 +0100
committerLaurent Vivier2021-03-09 22:36:19 +0100
commit8ee08a6a282f4bbdd79744cad79aa87121db2e03 (patch)
tree1d5a220754f9f66a4ff31752087eabe844a6df1e /hw/lm32
parenthw/lm32/Kconfig: Introduce CONFIG_LM32_EVR for lm32-evr/uclinux boards (diff)
downloadqemu-8ee08a6a282f4bbdd79744cad79aa87121db2e03.tar.gz
qemu-8ee08a6a282f4bbdd79744cad79aa87121db2e03.tar.xz
qemu-8ee08a6a282f4bbdd79744cad79aa87121db2e03.zip
hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICES
We want to be able to use the 'LM32' config for architecture specific features. As CONFIG_LM32 is only used to select peripherals, rename it CONFIG_LM32_DEVICES. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210221225626.2589247-3-f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/lm32')
-rw-r--r--hw/lm32/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/lm32/Kconfig b/hw/lm32/Kconfig
index 20c36edc40..518c84ed50 100644
--- a/hw/lm32/Kconfig
+++ b/hw/lm32/Kconfig
@@ -1,4 +1,4 @@
-config LM32
+config LM32_DEVICES
bool
select PTIMER
@@ -14,5 +14,5 @@ config MILKYMIST
config LM32_EVR
bool
- select LM32
+ select LM32_DEVICES
select PFLASH_CFI02