Commit ac20a1b21caeb779848f8f4731060dbc00f4bd7b

Authored by Simon Glass
Committed by Tom Rini
1 parent ac60e46e7d

Convert CONFIG_CMD_BEDBUG to Kconfig

This converts the following to Kconfig:
   CONFIG_CMD_BEDBUG

Signed-off-by: Simon Glass <sjg@chromium.org>

Showing 9 changed files with 12 additions and 7 deletions Side-by-side Diff

... ... @@ -823,7 +823,6 @@
823 823 CONFIG_CMD_AES AES 128 CBC encrypt/decrypt
824 824 CONFIG_CMD_ASKENV * ask for env variable
825 825 CONFIG_CMD_BDI bdinfo
826   - CONFIG_CMD_BEDBUG * Include BedBug Debugger
827 826 CONFIG_CMD_BMP * BMP support
828 827 CONFIG_CMD_BSP * Board specific commands
829 828 CONFIG_CMD_BOOTD bootd
... ... @@ -867,6 +867,17 @@
867 867  
868 868 endmenu
869 869  
  870 +menu "Debug commands"
  871 +
  872 +config CMD_BEDBUG
  873 + bool "bedbug"
  874 + help
  875 + The bedbug (emBEDded deBUGger) command provides debugging features
  876 + for some PowerPC processors. For details please see the
  877 + docuemntation in doc/README.beddbug
  878 +
  879 +endmenu
  880 +
870 881 config CMD_UBI
871 882 tristate "Enable UBI - Unsorted block images commands"
872 883 select CRC32
configs/motionpro_defconfig
... ... @@ -14,6 +14,7 @@
14 14 CONFIG_CMD_MII=y
15 15 CONFIG_CMD_PING=y
16 16 CONFIG_CMD_FAT=y
  17 +CONFIG_CMD_BEDBUG=y
17 18 CONFIG_LED_STATUS=y
18 19 CONFIG_LED_STATUS0=y
19 20 CONFIG_LED_STATUS_BIT=0
include/config_cmd_all.h
... ... @@ -13,7 +13,6 @@
13 13 * Alphabetical list of all possible commands.
14 14 */
15 15  
16   -#define CONFIG_CMD_BEDBUG /* Include BedBug Debugger */
17 16 #define CONFIG_CMD_BMP /* BMP support */
18 17 #define CONFIG_CMD_BSP /* Board Specific functions */
19 18 #define CONFIG_CMD_CLK /* Clock support */
include/configs/dbau1x00.h
... ... @@ -66,7 +66,6 @@
66 66 /*
67 67 * Command line configuration.
68 68 */
69   -#undef CONFIG_CMD_BEDBUG
70 69  
71 70 #ifdef CONFIG_DBAU1550
72 71  
include/configs/motionpro.h
... ... @@ -33,7 +33,6 @@
33 33 /*
34 34 * Command line configuration.
35 35 */
36   -#define CONFIG_CMD_BEDBUG
37 36 #define CONFIG_CMD_DATE
38 37 #define CONFIG_CMD_DTT
39 38 #define CONFIG_CMD_EEPROM
include/configs/pb1x00.h
... ... @@ -149,7 +149,6 @@
149 149 */
150 150  
151 151 #undef CONFIG_CMD_IDE
152   -#undef CONFIG_CMD_BEDBUG
153 152  
154 153 #endif /* __CONFIG_H */
include/configs/vct.h
... ... @@ -255,7 +255,6 @@
255 255 * (NOR/OneNAND) usage and Linux kernel booting.
256 256 */
257 257 #if defined(CONFIG_VCT_SMALL_IMAGE)
258   -#undef CONFIG_CMD_BEDBUG
259 258 #undef CONFIG_CMD_EEPROM
260 259 #undef CONFIG_CMD_EEPROM
261 260 #undef CONFIG_CMD_IRQ
scripts/config_whitelist.txt
... ... @@ -393,7 +393,6 @@
393 393 CONFIG_CMDLINE_EDITING
394 394 CONFIG_CMDLINE_PS_SUPPORT
395 395 CONFIG_CMDLINE_TAG
396   -CONFIG_CMD_BEDBUG
397 396 CONFIG_CMD_BLOB
398 397 CONFIG_CMD_BMODE
399 398 CONFIG_CMD_BMP