aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-05-21 21:57:08 -0400
committerBen Dooks <ben-linux@fluff.org>2010-05-23 11:27:13 -0400
commitd01cd639c96cd683a22432afd4c39ea690c87f16 (patch)
treefa5996401b210d123d1663218471925fd8bec8e7 /arch/arm/configs
parent443aa17ed8366e98e5473875d8a0ea1eeeb766ed (diff)
ARM: s3c6400_defconfig: Add NAND driver
Add the NAND driver to the list of inbuilt devices. Signed-of-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/s3c6400_defconfig84
1 files changed, 83 insertions, 1 deletions
diff --git a/arch/arm/configs/s3c6400_defconfig b/arch/arm/configs/s3c6400_defconfig
index c15b9904c4a4..a3a9993e5cd0 100644
--- a/arch/arm/configs/s3c6400_defconfig
+++ b/arch/arm/configs/s3c6400_defconfig
@@ -412,7 +412,88 @@ CONFIG_EXTRA_FIRMWARE=""
412# CONFIG_DEBUG_DRIVER is not set 412# CONFIG_DEBUG_DRIVER is not set
413# CONFIG_DEBUG_DEVRES is not set 413# CONFIG_DEBUG_DEVRES is not set
414# CONFIG_SYS_HYPERVISOR is not set 414# CONFIG_SYS_HYPERVISOR is not set
415# CONFIG_MTD is not set 415CONFIG_MTD=y
416# CONFIG_MTD_DEBUG is not set
417# CONFIG_MTD_TESTS is not set
418# CONFIG_MTD_CONCAT is not set
419# CONFIG_MTD_PARTITIONS is not set
420
421#
422# User Modules And Translation Layers
423#
424# CONFIG_MTD_CHAR is not set
425# CONFIG_MTD_BLKDEVS is not set
426# CONFIG_MTD_BLOCK is not set
427# CONFIG_MTD_BLOCK_RO is not set
428# CONFIG_FTL is not set
429# CONFIG_NFTL is not set
430# CONFIG_INFTL is not set
431# CONFIG_RFD_FTL is not set
432# CONFIG_SSFDC is not set
433# CONFIG_MTD_OOPS is not set
434
435#
436# RAM/ROM/Flash chip drivers
437#
438# CONFIG_MTD_CFI is not set
439# CONFIG_MTD_JEDECPROBE is not set
440CONFIG_MTD_MAP_BANK_WIDTH_1=y
441CONFIG_MTD_MAP_BANK_WIDTH_2=y
442CONFIG_MTD_MAP_BANK_WIDTH_4=y
443# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
444# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
445# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
446CONFIG_MTD_CFI_I1=y
447CONFIG_MTD_CFI_I2=y
448# CONFIG_MTD_CFI_I4 is not set
449# CONFIG_MTD_CFI_I8 is not set
450# CONFIG_MTD_RAM is not set
451# CONFIG_MTD_ROM is not set
452# CONFIG_MTD_ABSENT is not set
453
454#
455# Mapping drivers for chip access
456#
457# CONFIG_MTD_COMPLEX_MAPPINGS is not set
458# CONFIG_MTD_PLATRAM is not set
459
460#
461# Self-contained MTD device drivers
462#
463# CONFIG_MTD_SLRAM is not set
464# CONFIG_MTD_PHRAM is not set
465# CONFIG_MTD_MTDRAM is not set
466# CONFIG_MTD_BLOCK2MTD is not set
467
468#
469# Disk-On-Chip Device Drivers
470#
471# CONFIG_MTD_DOC2000 is not set
472# CONFIG_MTD_DOC2001 is not set
473# CONFIG_MTD_DOC2001PLUS is not set
474CONFIG_MTD_NAND=y
475# CONFIG_MTD_NAND_VERIFY_WRITE is not set
476# CONFIG_MTD_NAND_ECC_SMC is not set
477# CONFIG_MTD_NAND_MUSEUM_IDS is not set
478# CONFIG_MTD_NAND_GPIO is not set
479CONFIG_MTD_NAND_IDS=y
480CONFIG_MTD_NAND_S3C2410=y
481# CONFIG_MTD_NAND_S3C2410_DEBUG is not set
482# CONFIG_MTD_NAND_S3C2410_HWECC is not set
483# CONFIG_MTD_NAND_S3C2410_CLKSTOP is not set
484# CONFIG_MTD_NAND_DISKONCHIP is not set
485# CONFIG_MTD_NAND_PLATFORM is not set
486# CONFIG_MTD_ONENAND is not set
487
488#
489# LPDDR flash memory drivers
490#
491# CONFIG_MTD_LPDDR is not set
492
493#
494# UBI - Unsorted block images
495#
496# CONFIG_MTD_UBI is not set
416# CONFIG_PARPORT is not set 497# CONFIG_PARPORT is not set
417CONFIG_BLK_DEV=y 498CONFIG_BLK_DEV=y
418# CONFIG_BLK_DEV_COW_COMMON is not set 499# CONFIG_BLK_DEV_COW_COMMON is not set
@@ -930,6 +1011,7 @@ CONFIG_MISC_FILESYSTEMS=y
930# CONFIG_BEFS_FS is not set 1011# CONFIG_BEFS_FS is not set
931# CONFIG_BFS_FS is not set 1012# CONFIG_BFS_FS is not set
932# CONFIG_EFS_FS is not set 1013# CONFIG_EFS_FS is not set
1014# CONFIG_JFFS2_FS is not set
933# CONFIG_LOGFS is not set 1015# CONFIG_LOGFS is not set
934CONFIG_CRAMFS=y 1016CONFIG_CRAMFS=y
935# CONFIG_SQUASHFS is not set 1017# CONFIG_SQUASHFS is not set