9
0
Fork 0

Add option DEBUG_LL to common/Kconfig

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2011-07-20 01:31:06 +04:00 committed by Sascha Hauer
parent 389f3ea067
commit 7e3f76437c
1 changed files with 10 additions and 0 deletions

View File

@ -482,4 +482,14 @@ config ENABLE_DEVICE_NOISE
help
Enable this to get noisy device handling routines
config DEBUG_LL
bool
depends on HAS_DEBUG_LL
prompt "low level debug messages"
help
Enable this to get low level debug messages during barebox initialization.
endmenu
config HAS_DEBUG_LL
bool