diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-01-26 19:56:35 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-01-26 19:58:12 +0800 |
commit | e9344af0f0ead4ff7a926e84b08f819b23cc3d64 (patch) | |
tree | 71a620418b12b8c17bffa189cdc88d1b5e4904cd | |
parent | c3c860754f361a3679d1b50482f94fa35d269c61 (diff) |
linux-2.6.30/mx27ads/defconfig: Enable NAND on the i.mx27 ads
According to the website the device is coming with 16MB of
flash and is pre equipped with the redboot bootloader. Enable
both NAND, NAND MXC and redboot parsing.
-rw-r--r-- | recipes/linux/linux-2.6.30/mx27ads/defconfig | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/recipes/linux/linux-2.6.30/mx27ads/defconfig b/recipes/linux/linux-2.6.30/mx27ads/defconfig index 600655a683..9a6607edb7 100644 --- a/recipes/linux/linux-2.6.30/mx27ads/defconfig +++ b/recipes/linux/linux-2.6.30/mx27ads/defconfig @@ -394,7 +394,10 @@ CONFIG_MTD=y # CONFIG_MTD_CONCAT is not set CONFIG_MTD_PARTITIONS=y # CONFIG_MTD_TESTS is not set -# CONFIG_MTD_REDBOOT_PARTS is not set +CONFIG_MTD_REDBOOT_PARTS=y +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 +# CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set +# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set CONFIG_MTD_CMDLINE_PARTS=y # CONFIG_MTD_AFS_PARTS is not set # CONFIG_MTD_AR7_PARTS is not set @@ -460,7 +463,16 @@ CONFIG_MTD_PHYSMAP=y # CONFIG_MTD_DOC2000 is not set # CONFIG_MTD_DOC2001 is not set # CONFIG_MTD_DOC2001PLUS is not set -# CONFIG_MTD_NAND is not set +CONFIG_MTD_NAND=y +# CONFIG_MTD_NAND_VERIFY_WRITE is not set +# CONFIG_MTD_NAND_ECC_SMC is not set +# CONFIG_MTD_NAND_MUSEUM_IDS is not set +# CONFIG_MTD_NAND_GPIO is not set +CONFIG_MTD_NAND_IDS=y +# CONFIG_MTD_NAND_DISKONCHIP is not set +# CONFIG_MTD_NAND_NANDSIM is not set +# CONFIG_MTD_NAND_PLATFORM is not set +CONFIG_MTD_NAND_MXC=y # CONFIG_MTD_ONENAND is not set # |