base-files: define yes/no as valid boolean options
[openwrt.git] / target / linux / mvebu / patches-3.10 / 0159-mtd-nand-pxa3xx-Make-config-menu-show-supported-plat.patch
1 From b1abf1e5c6a7531a1a93a0ab6c75607dcb0e9947 Mon Sep 17 00:00:00 2001
2 From: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
3 Date: Thu, 7 Nov 2013 12:17:11 -0300
4 Subject: [PATCH 159/203] mtd: nand: pxa3xx: Make config menu show supported
5  platforms
6
7 Since we have now support for the NFCv2 controller found on
8 Armada 370/XP platforms.
9
10 Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
11 Signed-off-by: Brian Norris <computersforpeace@gmail.com>
12 ---
13  drivers/mtd/nand/Kconfig | 4 ++--
14  1 file changed, 2 insertions(+), 2 deletions(-)
15
16 --- a/drivers/mtd/nand/Kconfig
17 +++ b/drivers/mtd/nand/Kconfig
18 @@ -353,11 +353,11 @@ config MTD_NAND_ATMEL
19           on Atmel AT91 and AVR32 processors.
20  
21  config MTD_NAND_PXA3xx
22 -       tristate "Support for NAND flash devices on PXA3xx"
23 +       tristate "NAND support on PXA3xx and Armada 370/XP"
24         depends on PXA3xx || ARCH_MMP || PLAT_ORION
25         help
26           This enables the driver for the NAND flash device found on
27 -         PXA3xx processors
28 +         PXA3xx processors (NFCv1) and also on Armada 370/XP (NFCv2).
29  
30  config MTD_NAND_SLC_LPC32XX
31         tristate "NXP LPC32xx SLC Controller"