aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs
diff options
context:
space:
mode:
authorMartyn Welch <martyn.welch@gefanuc.com>2010-01-11 07:23:31 -0500
committerKumar Gala <galak@kernel.crashing.org>2010-02-17 22:48:05 -0500
commitae1f7553b9c9ac3762dc91ecb92574bb9fac0b1e (patch)
tree3236393a1a86242354a33348969169a2326fbb86 /arch/powerpc/configs
parent6459ba984a57e90326b3eaf7a35cc2f3fffe26a0 (diff)
powerpc/86xx: Basic flash support for GE SBC610
Support for the SBC610 VPX Single Board Computer from GE (PowerPC MPC8641D). This patch adds basic support for the on-board flash. Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r--arch/powerpc/configs/86xx/gef_sbc610_defconfig23
1 files changed, 14 insertions, 9 deletions
diff --git a/arch/powerpc/configs/86xx/gef_sbc610_defconfig b/arch/powerpc/configs/86xx/gef_sbc610_defconfig
index 4554d9bb03e5..8d54b7e3e7fa 100644
--- a/arch/powerpc/configs/86xx/gef_sbc610_defconfig
+++ b/arch/powerpc/configs/86xx/gef_sbc610_defconfig
@@ -651,7 +651,7 @@ CONFIG_MTD_CONCAT=y
651CONFIG_MTD_PARTITIONS=y 651CONFIG_MTD_PARTITIONS=y
652# CONFIG_MTD_REDBOOT_PARTS is not set 652# CONFIG_MTD_REDBOOT_PARTS is not set
653# CONFIG_MTD_CMDLINE_PARTS is not set 653# CONFIG_MTD_CMDLINE_PARTS is not set
654# CONFIG_MTD_OF_PARTS is not set 654CONFIG_MTD_OF_PARTS=y
655# CONFIG_MTD_AR7_PARTS is not set 655# CONFIG_MTD_AR7_PARTS is not set
656 656
657# 657#
@@ -671,13 +671,9 @@ CONFIG_MTD_BLOCK=y
671# RAM/ROM/Flash chip drivers 671# RAM/ROM/Flash chip drivers
672# 672#
673CONFIG_MTD_CFI=y 673CONFIG_MTD_CFI=y
674# CONFIG_MTD_JEDECPROBE is not set 674CONFIG_MTD_JEDECPROBE=y
675CONFIG_MTD_GEN_PROBE=y 675CONFIG_MTD_GEN_PROBE=y
676CONFIG_MTD_CFI_ADV_OPTIONS=y 676# CONFIG_MTD_CFI_ADV_OPTIONS is not set
677# CONFIG_MTD_CFI_NOSWAP is not set
678# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set
679CONFIG_MTD_CFI_LE_BYTE_SWAP=y
680# CONFIG_MTD_CFI_GEOMETRY is not set
681CONFIG_MTD_MAP_BANK_WIDTH_1=y 677CONFIG_MTD_MAP_BANK_WIDTH_1=y
682CONFIG_MTD_MAP_BANK_WIDTH_2=y 678CONFIG_MTD_MAP_BANK_WIDTH_2=y
683CONFIG_MTD_MAP_BANK_WIDTH_4=y 679CONFIG_MTD_MAP_BANK_WIDTH_4=y
@@ -688,7 +684,6 @@ CONFIG_MTD_CFI_I1=y
688CONFIG_MTD_CFI_I2=y 684CONFIG_MTD_CFI_I2=y
689# CONFIG_MTD_CFI_I4 is not set 685# CONFIG_MTD_CFI_I4 is not set
690# CONFIG_MTD_CFI_I8 is not set 686# CONFIG_MTD_CFI_I8 is not set
691# CONFIG_MTD_OTP is not set
692CONFIG_MTD_CFI_INTELEXT=y 687CONFIG_MTD_CFI_INTELEXT=y
693CONFIG_MTD_CFI_AMDSTD=y 688CONFIG_MTD_CFI_AMDSTD=y
694# CONFIG_MTD_CFI_STAA is not set 689# CONFIG_MTD_CFI_STAA is not set
@@ -1729,7 +1724,17 @@ CONFIG_MISC_FILESYSTEMS=y
1729# CONFIG_BEFS_FS is not set 1724# CONFIG_BEFS_FS is not set
1730# CONFIG_BFS_FS is not set 1725# CONFIG_BFS_FS is not set
1731# CONFIG_EFS_FS is not set 1726# CONFIG_EFS_FS is not set
1732# CONFIG_JFFS2_FS is not set 1727CONFIG_JFFS2_FS=y
1728CONFIG_JFFS2_FS_DEBUG=0
1729CONFIG_JFFS2_FS_WRITEBUFFER=y
1730# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
1731# CONFIG_JFFS2_SUMMARY is not set
1732# CONFIG_JFFS2_FS_XATTR is not set
1733# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
1734CONFIG_JFFS2_ZLIB=y
1735# CONFIG_JFFS2_LZO is not set
1736CONFIG_JFFS2_RTIME=y
1737# CONFIG_JFFS2_RUBIN is not set
1733# CONFIG_CRAMFS is not set 1738# CONFIG_CRAMFS is not set
1734# CONFIG_SQUASHFS is not set 1739# CONFIG_SQUASHFS is not set
1735# CONFIG_VXFS_FS is not set 1740# CONFIG_VXFS_FS is not set