diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2013-12-11 19:28:40 -0300 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-12-12 14:07:34 +0000 |
commit | 4427944b71a436785b95da95ac61520b2ac8053f (patch) | |
tree | d7e5745e1ae326f3913e483a9248eae86cad39eb /arch/arm/configs/mvebu_defconfig | |
parent | 9ec1acb88698d3b5f181fe8621d259c59b392e49 (diff) | |
download | linux-4427944b71a436785b95da95ac61520b2ac8053f.tar.bz2 |
ARM: mvebu: config: Enable NAND support
Enable the pxa3xx-nand driver, which now supports the NAND controller
in Armada 370/XP SoC.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/configs/mvebu_defconfig')
-rw-r--r-- | arch/arm/configs/mvebu_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig index 6fcb5c88a643..0f4511d2849f 100644 --- a/arch/arm/configs/mvebu_defconfig +++ b/arch/arm/configs/mvebu_defconfig @@ -55,6 +55,8 @@ CONFIG_MTD_CFI_INTELEXT=y CONFIG_MTD_CFI_AMDSTD=y CONFIG_MTD_CFI_STAA=y CONFIG_MTD_PHYSMAP_OF=y +CONFIG_MTD_NAND=y +CONFIG_MTD_NAND_PXA3xx=y CONFIG_SERIAL_8250_DW=y CONFIG_GPIOLIB=y CONFIG_GPIO_SYSFS=y |