Kconfig 360 B

1234567891011121314151617
  1. menuconfig MTD_SPI_NAND
  2. tristate "SPI NAND device support"
  3. depends on MTD
  4. select MTD_NAND
  5. help
  6. This is the framework for the SPI NAND.
  7. if MTD_SPI_NAND
  8. config MTD_SPI_NAND_DEVICES
  9. tristate "Support for SPI NAND devices"
  10. default y
  11. depends on MTD_SPI_NAND
  12. help
  13. Select this option if you require support for SPI NAND devices.
  14. endif # MTD_SPI_NAND