summaryrefslogtreecommitdiff
path: root/arch/arm/configs/spear6xx_defconfig
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@st.com>2012-05-01 18:16:50 +0530
committerArnd Bergmann <arnd@arndb.de>2012-05-12 21:55:43 +0200
commitf613e220aebfafb653f7ce264950c15c99e27f2a (patch)
tree85896228e59fd4482741aa94183194ee9da45497 /arch/arm/configs/spear6xx_defconfig
parent30a0d03776ff2d7ee5ec72d515d8e3cc6d2f0c62 (diff)
SPEAr: Update defconfigs
This patch updates following configuration: - Update MTD specific configurations - Enables JFFS2 FS support - Updates 6xx defconfig, with recent changes done by Arnd in 6xx Kconfig Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/configs/spear6xx_defconfig')
-rw-r--r--arch/arm/configs/spear6xx_defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/configs/spear6xx_defconfig b/arch/arm/configs/spear6xx_defconfig
index cf94bc73a0e0..a2a1265f86b6 100644
--- a/arch/arm/configs/spear6xx_defconfig
+++ b/arch/arm/configs/spear6xx_defconfig
@@ -8,11 +8,13 @@ CONFIG_MODVERSIONS=y
CONFIG_PARTITION_ADVANCED=y
CONFIG_PLAT_SPEAR=y
CONFIG_ARCH_SPEAR6XX=y
-CONFIG_BOARD_SPEAR600_DT=y
CONFIG_BINFMT_MISC=y
CONFIG_NET=y
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_MTD=y
+CONFIG_MTD_OF_PARTS=y
+CONFIG_MTD_CHAR=y
+CONFIG_MTD_BLOCK=y
CONFIG_MTD_NAND=y
CONFIG_MTD_NAND_FSMC=y
CONFIG_BLK_DEV_RAM=y
@@ -64,6 +66,7 @@ CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
CONFIG_TMPFS=y
+CONFIG_JFFS2_FS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ASCII=m