提交 02047622 编写于 作者: T Thomas Huth

hw/arm: Express dependencies of the remaining IMX boards with Kconfig

IMX25, IMX7 and IMX6UL were still missing the Kconfig dependencies.
Reviewed-by: NPhilippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: NPhilippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: NThomas Huth <thuth@redhat.com>
上级 b6e2b220
......@@ -37,7 +37,6 @@ CONFIG_SABRELITE=y
CONFIG_EMCRAFT_SF2=y
CONFIG_VGA=y
CONFIG_IMX_FEC=y
CONFIG_NRF51_SOC=y
......@@ -49,4 +48,3 @@ CONFIG_PCIE_PORT=y
CONFIG_XIO3130=y
CONFIG_IOH3420=y
CONFIG_I82801B11=y
CONFIG_PCI_EXPRESS_DESIGNWARE=y
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册