summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-06-23 09:29:13 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-06-23 21:37:12 +0200
commit2e6bbb40651af7d197246457a3790e613af3a1c0 (patch)
treed5a5674b22e555aee294c940f31e1011a1d23499 /common/Kconfig
parentd10f26a5ffc2ef636feff57a01fc89b002fc6c22 (diff)
downloadbarebox-2e6bbb40651af7d197246457a3790e613af3a1c0.tar.gz
barebox-2e6bbb40651af7d197246457a3790e613af3a1c0.tar.xz
remove unused debug Kconfig options
ENABLE_DEVICE_NOISE is used only in two network drivers and is otherwise unused. ENABLE_FLASH_NOISE is completely unused. ENABLE_PARTITION_NOISE enables DEBUG in the partition command, but this code has no debug messages at all. Remove all this. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig18
1 files changed, 0 insertions, 18 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 4cfbe4ecfb..d7e2ebd346 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -609,24 +609,6 @@ config DEBUG_INFO
help
Enable build of barebox with -g.
-config ENABLE_FLASH_NOISE
- bool
- prompt "verbose flash handling"
- help
- Enable this to get noisy flash handling routines
-
-config ENABLE_PARTITION_NOISE
- bool
- prompt "verbose partition handling"
- help
- Enable this to get noisy partition handling routines
-
-config ENABLE_DEVICE_NOISE
- bool
- prompt "verbose device handling"
- help
- Enable this to get noisy device handling routines
-
config DEBUG_LL
bool
depends on HAS_DEBUG_LL