Kconfig (0588000eac9ba4178cebade437da3b28e8fad48f) | Kconfig (694e33a7f42de7dcc8b43c3990c597b19ef9b438) |
---|---|
1config MTD_NAND_ECC 2 tristate 3 4config MTD_NAND_ECC_SMC 5 bool "NAND ECC Smart Media byte order" 6 depends on MTD_NAND_ECC 7 default n 8 help --- 545 unchanged lines hidden (view full) --- 554config MTD_NAND_JZ4740 555 tristate "Support for JZ4740 SoC NAND controller" 556 depends on MACH_JZ4740 557 help 558 Enables support for NAND Flash on JZ4740 SoC based boards. 559 560config MTD_NAND_FSMC 561 tristate "Support for NAND on ST Micros FSMC" | 1config MTD_NAND_ECC 2 tristate 3 4config MTD_NAND_ECC_SMC 5 bool "NAND ECC Smart Media byte order" 6 depends on MTD_NAND_ECC 7 default n 8 help --- 545 unchanged lines hidden (view full) --- 554config MTD_NAND_JZ4740 555 tristate "Support for JZ4740 SoC NAND controller" 556 depends on MACH_JZ4740 557 help 558 Enables support for NAND Flash on JZ4740 SoC based boards. 559 560config MTD_NAND_FSMC 561 tristate "Support for NAND on ST Micros FSMC" |
562 depends on PLAT_SPEAR || PLAT_NOMADIK || MACH_U300 | 562 depends on PLAT_SPEAR || ARCH_NOMADIK || ARCH_U8500 || MACH_U300 |
563 help 564 Enables support for NAND Flash chips on the ST Microelectronics 565 Flexible Static Memory Controller (FSMC) 566 567config MTD_NAND_XWAY 568 tristate "Support for NAND on Lantiq XWAY SoC" 569 depends on LANTIQ && SOC_TYPE_XWAY 570 select MTD_NAND_PLATFORM 571 help 572 Enables support for NAND Flash chips on Lantiq XWAY SoCs. NAND is attached 573 to the External Bus Unit (EBU). 574 575endif # MTD_NAND | 563 help 564 Enables support for NAND Flash chips on the ST Microelectronics 565 Flexible Static Memory Controller (FSMC) 566 567config MTD_NAND_XWAY 568 tristate "Support for NAND on Lantiq XWAY SoC" 569 depends on LANTIQ && SOC_TYPE_XWAY 570 select MTD_NAND_PLATFORM 571 help 572 Enables support for NAND Flash chips on Lantiq XWAY SoCs. NAND is attached 573 to the External Bus Unit (EBU). 574 575endif # MTD_NAND |