mtd: remove CONFIG_MTD_DEBUG

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
这个提交包含在:
Brian Norris
2011-07-19 10:06:12 -07:00
提交者 Artem Bityutskiy
父节点 e6453521ed
当前提交 87ed114bb2
修改 2 个文件,包含 0 行新增36 行删除

查看文件

@@ -12,19 +12,6 @@ menuconfig MTD
if MTD
config MTD_DEBUG
bool "Debugging"
help
This turns on low-level debugging for the entire MTD sub-system.
Normally, you should say 'N'.
config MTD_DEBUG_VERBOSE
int "Debugging verbosity (0 = quiet, 3 = noisy)"
depends on MTD_DEBUG
default "0"
help
Determines the verbosity level of the MTD debugging messages.
config MTD_TESTS
tristate "MTD tests support"
depends on m