diff options
author | Brian Norris <computersforpeace@gmail.com> | 2011-07-19 10:06:12 -0700 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@intel.com> | 2011-09-11 15:02:16 +0300 |
commit | 87ed114bb22bc65fce59c709e67599c1940efc7f (patch) | |
tree | 7e47ce72216abaffc420fee31dfdc6d84b4af7bd /drivers/mtd/Kconfig | |
parent | e6453521edcaa6f130946b5f4fcaf28dbc02f2ed (diff) | |
download | linux-87ed114bb22bc65fce59c709e67599c1940efc7f.tar.bz2 |
mtd: remove CONFIG_MTD_DEBUG
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r-- | drivers/mtd/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index cc02e2115efb..4925aa962af3 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -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 |