diff options
author | Dong Aisheng <aisheng.dong@nxp.com> | 2020-07-28 10:01:32 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-08-19 15:56:35 +0200 |
commit | 75779fac954496012fdb568c56b219d859ab3e61 (patch) | |
tree | 700b1ef6d35c0c11ae36ed165ce9ffd38569494d /arch | |
parent | ARM: multi_v7_defconfig: enable caam crypto module (diff) | |
download | linux-75779fac954496012fdb568c56b219d859ab3e61.tar.xz linux-75779fac954496012fdb568c56b219d859ab3e61.zip |
ARM: multi_v7_defconfig: Enable i.MX6SLL SoC
Enable i.MX6SLL SoC which is already supported by mainline kernel.
Cc: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index a024965ea35b..058ed78239f4 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -43,6 +43,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_LS1021A=y |