diff options
author | Alexander Clouter <alex@digriz.org.uk> | 2009-02-23 22:40:01 +0000 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2009-02-25 00:00:47 -0500 |
commit | 75bb6b9aab3255f440ef4e72a31978d1681105d6 (patch) | |
tree | d9f61bb5b8bc071a98a31cfe1b89c97356c230ff /arch/arm/configs | |
parent | 673492a800b14a9aac5d9d1af120334b9578a23c (diff) |
[ARM] orion5x: ts78xx add NAND support via plat_nand
ts78xx add NAND support via plat_nand
Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
Signed-off-by: Nicolas Pitre <nico@cam.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/orion5x_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/orion5x_defconfig b/arch/arm/configs/orion5x_defconfig index a34ea6b2cc5..020e6a8a9e5 100644 --- a/arch/arm/configs/orion5x_defconfig +++ b/arch/arm/configs/orion5x_defconfig @@ -481,7 +481,7 @@ CONFIG_MTD_NAND_IDS=y # CONFIG_MTD_NAND_DISKONCHIP is not set # CONFIG_MTD_NAND_CAFE is not set # CONFIG_MTD_NAND_NANDSIM is not set -# CONFIG_MTD_NAND_PLATFORM is not set +CONFIG_MTD_NAND_PLATFORM=y # CONFIG_MTD_ALAUDA is not set CONFIG_MTD_NAND_ORION=y # CONFIG_MTD_ONENAND is not set |