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>
This commit is contained in:
Philippe Mathieu-Daudé 2021-02-21 23:56:25 +01:00 committed by Laurent Vivier
parent c39dd14960
commit 8ee08a6a28
4 changed files with 6 additions and 6 deletions

View file

@ -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