hw/arm: Express dependencies of the MPS2 boards with Kconfig

Add Kconfig dependencies for the mps2-an* machines.

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 10:19:41 +01:00
parent 5885e665c2
commit d2a99d744a
2 changed files with 20 additions and 19 deletions

View file

@ -302,6 +302,12 @@ config ASPEED_SOC
config MPS2
bool
select ARMSSE
select LAN9118
select MPS2_FPGAIO
select MPS2_SCC
select PL022 # Serial port
select PL080 # DMA controller
config FSL_IMX7
bool
@ -341,6 +347,19 @@ config ARM11MPCORE
config ARMSSE
bool
select ARM_V7M
select ARMSSE_CPUID
select ARMSSE_MHU
select CMSDK_APB_TIMER
select CMSDK_APB_DUALTIMER
select CMSDK_APB_UART
select CMSDK_APB_WATCHDOG
select IOTKIT_SECCTL
select IOTKIT_SYSCTL
select IOTKIT_SYSINFO
select TZ_MPC
select TZ_MSC
select TZ_PPC
config ARMSSE_CPUID
bool