summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJason Liu <r64343@freescale.com>2010-08-04 14:04:22 +0800
committerJason Liu <r64343@freescale.com>2010-08-04 19:29:32 +0800
commitc130bbda4e759a92ac37006f125572285fc42fd9 (patch)
tree89576075fc3b59f985e6c7ba84eea4d80a0c70ac /arch
parentd8b036281d520be72e2342918c49f97961a246c5 (diff)
ENGR00125860-3 GPMI:Add RAW NAND driver support
1. Enable CONFIG_MTD_NAND_GPMI_NFC in imx5_defconfig in order to build in GPMI-NAND driver, 2. Enable CONFIG_MTD_CONCAT in imx5_defconfig, in order to support mtd concat feature Signed-off-by:Jason Liu <r64343@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/configs/imx5_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/configs/imx5_defconfig b/arch/arm/configs/imx5_defconfig
index 9bc2c89cfd2e..bb8b7969afcd 100644
--- a/arch/arm/configs/imx5_defconfig
+++ b/arch/arm/configs/imx5_defconfig
@@ -488,7 +488,7 @@ CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
CONFIG_MTD=y
# CONFIG_MTD_DEBUG is not set
-# CONFIG_MTD_CONCAT is not set
+CONFIG_MTD_CONCAT=y
CONFIG_MTD_PARTITIONS=y
# CONFIG_MTD_TESTS is not set
# CONFIG_MTD_REDBOOT_PARTS is not set
@@ -565,6 +565,7 @@ CONFIG_MTD_NAND_MXC_V3=y
# CONFIG_MTD_NAND_MXC_SWECC is not set
# CONFIG_MTD_NAND_MXC_FORCE_CE is not set
# CONFIG_MXC_NAND_LOW_LEVEL_ERASE is not set
+CONFIG_MTD_NAND_GPMI_NFC=y
# CONFIG_MTD_NAND_PLATFORM is not set
# CONFIG_MTD_ALAUDA is not set
# CONFIG_MTD_ONENAND is not set