diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-07-27 11:10:44 -0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-07-27 21:17:27 +0200 |
commit | 27e50c9708263995e8bbb2843a5d1a264e1dfe4d (patch) | |
tree | 8a0f6826110c1f1921caea22f1e284f19685d4af /arch/arm | |
parent | 0e83c71cbd3b675757008516ff0f3db71d5b2e12 (diff) |
ARM: multi_v7_defconfig: Select MX6UL and MX7D
Let MX6UL and MX7D SoCs be selected by default.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 4dcce1df26e5..79137ecf3235 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -49,6 +49,8 @@ CONFIG_SOC_IMX53=y CONFIG_SOC_IMX6Q=y CONFIG_SOC_IMX6SL=y CONFIG_SOC_IMX6SX=y +CONFIG_SOC_IMX6UL=y +CONFIG_SOC_IMX7D=y CONFIG_SOC_VF610=y CONFIG_SOC_LS1021A=y CONFIG_ARCH_OMAP3=y |