diff options
author | Thomas Huth | 2019-02-08 13:18:31 +0100 |
---|---|---|
committer | Thomas Huth | 2019-05-13 09:36:32 +0200 |
commit | 02047622b7d49837b55bfbbae4c53d4bda068362 (patch) | |
tree | db305b8c5272b522866e035aede4663532618629 /hw/arm/Kconfig | |
parent | hw/arm: Express dependencies of the MSF2 / EMCRAFT_SF2 machine with Kconfig (diff) | |
download | qemu-02047622b7d49837b55bfbbae4c53d4bda068362.tar.gz qemu-02047622b7d49837b55bfbbae4c53d4bda068362.tar.xz qemu-02047622b7d49837b55bfbbae4c53d4bda068362.zip |
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>
Diffstat (limited to 'hw/arm/Kconfig')
-rw-r--r-- | hw/arm/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 7af94a8184..4a14749792 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -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 |