diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2013-12-11 17:28:40 -0500 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-12-12 09:07:34 -0500 |
commit | 4427944b71a436785b95da95ac61520b2ac8053f (patch) | |
tree | d7e5745e1ae326f3913e483a9248eae86cad39eb | |
parent | 9ec1acb88698d3b5f181fe8621d259c59b392e49 (diff) |
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>
-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 | |||
55 | CONFIG_MTD_CFI_AMDSTD=y | 55 | CONFIG_MTD_CFI_AMDSTD=y |
56 | CONFIG_MTD_CFI_STAA=y | 56 | CONFIG_MTD_CFI_STAA=y |
57 | CONFIG_MTD_PHYSMAP_OF=y | 57 | CONFIG_MTD_PHYSMAP_OF=y |
58 | CONFIG_MTD_NAND=y | ||
59 | CONFIG_MTD_NAND_PXA3xx=y | ||
58 | CONFIG_SERIAL_8250_DW=y | 60 | CONFIG_SERIAL_8250_DW=y |
59 | CONFIG_GPIOLIB=y | 61 | CONFIG_GPIOLIB=y |
60 | CONFIG_GPIO_SYSFS=y | 62 | CONFIG_GPIO_SYSFS=y |