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:
Thomas Huth 2019-02-08 12:00:29 +01:00
parent 5c6e99a729
commit b6e2b2200c
3 changed files with 11 additions and 3 deletions

View file

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