9
0
Fork 0

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>
This commit is contained in:
Sascha Hauer 2013-06-23 09:29:13 +02:00
parent d10f26a5ff
commit 2e6bbb4065
4 changed files with 0 additions and 30 deletions

View File

@ -23,10 +23,6 @@
* @brief partition handling and addpart and delpart command
*/
#ifdef CONFIG_ENABLE_PARTITION_NOISE
# define DEBUG
#endif
#include <common.h>
#include <command.h>
#include <complete.h>

View File

@ -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

View File

@ -55,10 +55,6 @@
. 03/16/01 Daris A Nevil Modified smc9194.c for use with LAN91C111
----------------------------------------------------------------------------*/
#ifdef CONFIG_ENABLE_DEVICE_NOISE
# define DEBUG
#endif
#include <common.h>
#include <command.h>

View File

@ -18,10 +18,6 @@
*
*/
#ifdef CONFIG_ENABLE_DEVICE_NOISE
# define DEBUG
#endif
#include <common.h>
#include <command.h>