mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
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:
parent
5885e665c2
commit
d2a99d744a
2 changed files with 20 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue