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