mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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:
parent
c39dd14960
commit
8ee08a6a28
4 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue