mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
hw/arm: Express dependencies of the remaining IMX boards with Kconfig
IMX25, IMX7 and IMX6UL were still missing the Kconfig dependencies. 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
b6e2b2200c
commit
02047622b7
2 changed files with 19 additions and 2 deletions
|
@ -285,6 +285,10 @@ config XLNX_VERSAL
|
|||
|
||||
config FSL_IMX25
|
||||
bool
|
||||
select IMX
|
||||
select IMX_FEC
|
||||
select IMX_I2C
|
||||
select DS1338
|
||||
|
||||
config FSL_IMX31
|
||||
bool
|
||||
|
@ -299,6 +303,7 @@ config FSL_IMX6
|
|||
select IMX
|
||||
select IMX_FEC
|
||||
select IMX_I2C
|
||||
select SDHCI
|
||||
|
||||
config ASPEED_SOC
|
||||
bool
|
||||
|
@ -324,12 +329,26 @@ config MPS2
|
|||
|
||||
config FSL_IMX7
|
||||
bool
|
||||
imply PCI_DEVICES
|
||||
imply TEST_DEVICES
|
||||
select A15MPCORE
|
||||
select PCI
|
||||
select IMX
|
||||
select IMX_FEC
|
||||
select IMX_I2C
|
||||
select PCI_EXPRESS_DESIGNWARE
|
||||
select SDHCI
|
||||
|
||||
config ARM_SMMUV3
|
||||
bool
|
||||
|
||||
config FSL_IMX6UL
|
||||
bool
|
||||
select A15MPCORE
|
||||
select IMX
|
||||
select IMX_FEC
|
||||
select IMX_I2C
|
||||
select SDHCI
|
||||
|
||||
config NRF51_SOC
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue