| 1 | --- a/drivers/mtd/nand/Kconfig |
| 2 | +++ b/drivers/mtd/nand/Kconfig |
| 3 | @@ -380,6 +380,13 @@ config MTD_NAND_PLATFORM |
| 4 | devices. You will need to provide platform-specific functions |
| 5 | via platform_data. |
| 6 | |
| 7 | +config MTD_NAND_RB_PPC |
| 8 | + tristate "MikroTik RB600 NAND support" |
| 9 | + depends on MTD_NAND && MTD_PARTITIONS && RB_PPC |
| 10 | + help |
| 11 | + This option enables support for the NAND device on MikroTik |
| 12 | + RouterBOARD 600 series boards. |
| 13 | + |
| 14 | config MTD_ALAUDA |
| 15 | tristate "MTD driver for Olympus MAUSB-10 and Fujifilm DPC-R1" |
| 16 | depends on MTD_NAND && USB |
| 17 | |