Kconfig 314 B

12345678910111213
  1. config RT_USING_MTD_NOR
  2. bool "Using MTD Nor Flash device drivers"
  3. default n
  4. config RT_USING_MTD_NAND
  5. bool "Using MTD Nand Flash device drivers"
  6. default n
  7. if RT_USING_MTD_NAND
  8. config RT_MTD_NAND_DEBUG
  9. bool "Enable MTD Nand operations debug information"
  10. default n
  11. endif