diff options
author | Stefan Agner <stefan@agner.ch> | 2018-03-18 16:34:40 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-27 09:35:58 -0400 |
commit | 1f9b3e66502a368dc2bea2686bb6da45c2ed7ce9 (patch) | |
tree | 2d13c2f19c68701036eec2ff78eeecc16accf143 | |
parent | 0027736351a352cb7ce5ea866c5c6d3d9cbe1fe8 (diff) |
ARM: multi_v7_defconfig: add GPMI NAND controller support
Add GPMI NAND controller support as required by some NXP i.MX6/7
based boards.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-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 c5ef5b32204f..ba0da490d0e0 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig | |||
@@ -209,6 +209,7 @@ CONFIG_MTD_NAND_DENALI_DT=y | |||
209 | CONFIG_MTD_NAND_OMAP2=y | 209 | CONFIG_MTD_NAND_OMAP2=y |
210 | CONFIG_MTD_NAND_OMAP_BCH=y | 210 | CONFIG_MTD_NAND_OMAP_BCH=y |
211 | CONFIG_MTD_NAND_ATMEL=y | 211 | CONFIG_MTD_NAND_ATMEL=y |
212 | CONFIG_MTD_NAND_GPMI_NAND=y | ||
212 | CONFIG_MTD_NAND_BRCMNAND=y | 213 | CONFIG_MTD_NAND_BRCMNAND=y |
213 | CONFIG_MTD_NAND_VF610_NFC=y | 214 | CONFIG_MTD_NAND_VF610_NFC=y |
214 | CONFIG_MTD_NAND_DAVINCI=y | 215 | CONFIG_MTD_NAND_DAVINCI=y |