mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
hw/arm: Express dependencies of the MSF2 / EMCRAFT_SF2 machine with Kconfig
Add Kconfig dependencies for the emcraft-sf2 machine - we also distinguish between the machine (CONFIG_EMCRAFT_SF2) and the SoC (CONFIG_MSF2) now. Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
5c6e99a729
commit
b6e2b2200c
3 changed files with 11 additions and 3 deletions
|
@ -334,9 +334,17 @@ config FSL_IMX6UL
|
|||
config NRF51_SOC
|
||||
bool
|
||||
|
||||
config EMCRAFT_SF2
|
||||
bool
|
||||
select MSF2
|
||||
select SSI_M25P80
|
||||
|
||||
config MSF2
|
||||
bool
|
||||
select ARM_V7M
|
||||
select PTIMER
|
||||
select SERIAL
|
||||
select SSI
|
||||
|
||||
config ZAURUS
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue