blob: 98df305728bc9eb521190a3d303c0e44daa6969f [file] [log] [blame]
developer8d16ac22021-05-26 15:32:12 +08001
2config NMBM
3 bool "Enable NAND mapping block management"
4 default n
5 select CRC32
6
7choice
8 prompt "Default log level"
9 depends on NMBM
10 default NMBM_LOG_LEVEL_INFO
11
12config NMBM_LOG_LEVEL_DEBUG
13 bool "0 - Debug"
14
15config NMBM_LOG_LEVEL_INFO
16 bool "1 - Info"
17
18config NMBM_LOG_LEVEL_WARN
19 bool "2 - Warn"
20
21config NMBM_LOG_LEVEL_ERR
22 bool "3 - Error"
23
24config NMBM_LOG_LEVEL_EMERG
25 bool "4 - Emergency"
26
27config NMBM_LOG_LEVEL_NONE
28 bool "5 - None"
29
30endchoice
31
32config NMBM_MTD
33 bool "Enable MTD based NAND mapping block management"
34 default n
35 depends on NMBM