diff options
author | Bai Ping <ping.bai@nxp.com> | 2018-04-13 11:04:24 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-05-02 10:03:16 +0300 |
commit | bfb6208017b463aa52efe961a40ad9423741774e (patch) | |
tree | 4f727ff62b1ff35f50fff502f88af2900218d304 /arch/arm/configs | |
parent | 3c2a9069537274401f37f658ae55a2a8a011d048 (diff) | |
download | linux-bfb6208017b463aa52efe961a40ad9423741774e.tar.xz |
ARM: imx_v6_v7_defconfig: enable imx6sll by default
enable i.mx6sll support by default in defconfig.
Signed-off-by: Bai Ping <ping.bai@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 6ce94333be5c..1414a967f100 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -38,6 +38,7 @@ CONFIG_SOC_IMX51=y CONFIG_SOC_IMX53=y CONFIG_SOC_IMX6Q=y CONFIG_SOC_IMX6SL=y +CONFIG_SOC_IMX6SLL=y CONFIG_SOC_IMX6SX=y CONFIG_SOC_IMX6UL=y CONFIG_SOC_IMX7D=y |