diff options
| -rw-r--r-- | include/configs/MPC8313ERDB.h | 2 | ||||
| -rw-r--r-- | include/configs/MPC8315ERDB.h | 1 | ||||
| -rw-r--r-- | include/configs/MPC8323ERDB.h | 1 | ||||
| -rw-r--r-- | include/configs/MPC832XEMDS.h | 1 | ||||
| -rw-r--r-- | include/configs/MPC8349EMDS.h | 1 | ||||
| -rw-r--r-- | include/configs/MPC8349ITX.h | 3 | ||||
| -rw-r--r-- | include/configs/MPC8360EMDS.h | 1 | ||||
| -rw-r--r-- | include/configs/MPC8360ERDK.h | 1 | ||||
| -rw-r--r-- | include/configs/MPC837XEMDS.h | 1 | ||||
| -rw-r--r-- | include/configs/MPC837XERDB.h | 1 | ||||
| -rw-r--r-- | include/configs/MVBLM7.h | 1 | ||||
| -rw-r--r-- | include/configs/SIMPC8313.h | 2 | ||||
| -rw-r--r-- | include/configs/TQM834x.h | 2 | ||||
| -rw-r--r-- | include/configs/sbc8349.h | 1 | ||||
| -rw-r--r-- | include/configs/vme8349.h | 1 | 
15 files changed, 17 insertions, 3 deletions
| diff --git a/include/configs/MPC8313ERDB.h b/include/configs/MPC8313ERDB.h index 1478ec8c3..a2e4cd46f 100644 --- a/include/configs/MPC8313ERDB.h +++ b/include/configs/MPC8313ERDB.h @@ -435,7 +435,7 @@  #endif  #define CONFIG_CMDLINE_EDITING 1 - +#define CONFIG_AUTO_COMPLETE	/* add autocompletion support   */  /*   * Miscellaneous configurable options diff --git a/include/configs/MPC8315ERDB.h b/include/configs/MPC8315ERDB.h index a8570ce55..b106aa9c1 100644 --- a/include/configs/MPC8315ERDB.h +++ b/include/configs/MPC8315ERDB.h @@ -504,6 +504,7 @@  #endif  #define CONFIG_CMDLINE_EDITING	1	/* add command line history */ +#define CONFIG_AUTO_COMPLETE		/* add autocompletion support   */  #undef CONFIG_WATCHDOG		/* watchdog disabled */ diff --git a/include/configs/MPC8323ERDB.h b/include/configs/MPC8323ERDB.h index 4046f80b5..50aea79e6 100644 --- a/include/configs/MPC8323ERDB.h +++ b/include/configs/MPC8323ERDB.h @@ -275,6 +275,7 @@  #define CONFIG_SYS_NS16550_COM2	(CONFIG_SYS_IMMR+0x4600)  #define CONFIG_CMDLINE_EDITING	1	/* add command line history */ +#define CONFIG_AUTO_COMPLETE		/* add autocompletion support   */  /* Use the HUSH parser */  #define CONFIG_SYS_HUSH_PARSER  #ifdef CONFIG_SYS_HUSH_PARSER diff --git a/include/configs/MPC832XEMDS.h b/include/configs/MPC832XEMDS.h index 2ad5f6009..f7632e0d9 100644 --- a/include/configs/MPC832XEMDS.h +++ b/include/configs/MPC832XEMDS.h @@ -286,6 +286,7 @@  #define CONFIG_SYS_NS16550_COM2	(CONFIG_SYS_IMMR+0x4600)  #define CONFIG_CMDLINE_EDITING	1	/* add command line history	*/ +#define CONFIG_AUTO_COMPLETE		/* add autocompletion support   */  /* Use the HUSH parser */  #define CONFIG_SYS_HUSH_PARSER  #ifdef CONFIG_SYS_HUSH_PARSER diff --git a/include/configs/MPC8349EMDS.h b/include/configs/MPC8349EMDS.h index bf28d9eab..5c410c9e5 100644 --- a/include/configs/MPC8349EMDS.h +++ b/include/configs/MPC8349EMDS.h @@ -296,6 +296,7 @@  #define CONFIG_SYS_NS16550_COM2        (CONFIG_SYS_IMMR+0x4600)  #define CONFIG_CMDLINE_EDITING	1	/* add command line history	*/ +#define CONFIG_AUTO_COMPLETE		/* add autocompletion support   */  /* Use the HUSH parser */  #define CONFIG_SYS_HUSH_PARSER  #ifdef  CONFIG_SYS_HUSH_PARSER diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h index 52e285162..09f9e3847 100644 --- a/include/configs/MPC8349ITX.h +++ b/include/configs/MPC8349ITX.h @@ -511,7 +511,8 @@ boards, we say we have two, but don't display a message if we find only one. */   * Miscellaneous configurable options   */  #define CONFIG_SYS_LONGHELP			/* undef to save memory */ -#define CONFIG_CMDLINE_EDITING		/* Command-line editing */ +#define CONFIG_CMDLINE_EDITING			/* Command-line editing */ +#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */  #define CONFIG_SYS_HUSH_PARSER			/* Use the HUSH parser */  #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " diff --git a/include/configs/MPC8360EMDS.h b/include/configs/MPC8360EMDS.h index b9b5eaba2..620e32cda 100644 --- a/include/configs/MPC8360EMDS.h +++ b/include/configs/MPC8360EMDS.h @@ -320,6 +320,7 @@  #define CONFIG_SYS_NS16550_COM2	(CONFIG_SYS_IMMR+0x4600)  #define CONFIG_CMDLINE_EDITING	1	/* add command line history	*/ +#define CONFIG_AUTO_COMPLETE		/* add autocompletion support   */  /* Use the HUSH parser */  #define CONFIG_SYS_HUSH_PARSER  #ifdef	CONFIG_SYS_HUSH_PARSER diff --git a/include/configs/MPC8360ERDK.h b/include/configs/MPC8360ERDK.h index c7bc9cddb..a43e46552 100644 --- a/include/configs/MPC8360ERDK.h +++ b/include/configs/MPC8360ERDK.h @@ -250,6 +250,7 @@  #define CONFIG_SYS_NS16550_COM2	(CONFIG_SYS_IMMR+0x4600)  #define CONFIG_CMDLINE_EDITING	1	/* add command line history */ +#define CONFIG_AUTO_COMPLETE		/* add autocompletion support   */  /* Use the HUSH parser */  #define CONFIG_SYS_HUSH_PARSER  #ifdef	CONFIG_SYS_HUSH_PARSER diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h index 65d49ecd9..1565ff94c 100644 --- a/include/configs/MPC837XEMDS.h +++ b/include/configs/MPC837XEMDS.h @@ -500,6 +500,7 @@ extern int board_pci_host_broken(void);  #endif  #define CONFIG_CMDLINE_EDITING	1	/* add command line history */ +#define CONFIG_AUTO_COMPLETE		/* add autocompletion support   */  #undef CONFIG_WATCHDOG		/* watchdog disabled */ diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h index ca6027226..97a05a293 100644 --- a/include/configs/MPC837XERDB.h +++ b/include/configs/MPC837XERDB.h @@ -508,6 +508,7 @@  #endif  #define CONFIG_CMDLINE_EDITING	1	/* add command line history */ +#define CONFIG_AUTO_COMPLETE		/* add autocompletion support   */  #undef CONFIG_WATCHDOG		/* watchdog disabled */ diff --git a/include/configs/MVBLM7.h b/include/configs/MVBLM7.h index f8b016fee..6cc8d5876 100644 --- a/include/configs/MVBLM7.h +++ b/include/configs/MVBLM7.h @@ -275,6 +275,7 @@   */  #define CONFIG_SYS_LONGHELP  #define CONFIG_CMDLINE_EDITING +#define CONFIG_AUTO_COMPLETE		/* add autocompletion support   */  #define CONFIG_SYS_HUSH_PARSER  #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " diff --git a/include/configs/SIMPC8313.h b/include/configs/SIMPC8313.h index 36e952e74..40e89d9a5 100644 --- a/include/configs/SIMPC8313.h +++ b/include/configs/SIMPC8313.h @@ -342,7 +342,7 @@  #endif  #define CONFIG_CMDLINE_EDITING		1 - +#define CONFIG_AUTO_COMPLETE		/* add autocompletion support   */  /*   * Miscellaneous configurable options diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index 4c909e61a..f08c0a95e 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -332,6 +332,8 @@ extern int tqm834x_num_flash_banks;  #define CONFIG_SYS_PROMPT		"=> "		/* Monitor Command Prompt */  #define CONFIG_CMDLINE_EDITING	1	/* add command line history	*/ +#define CONFIG_AUTO_COMPLETE		/* add autocompletion support   */ +  #define CONFIG_SYS_HUSH_PARSER		1	/* Use the HUSH parser		*/  #ifdef	CONFIG_SYS_HUSH_PARSER  #define	CONFIG_SYS_PROMPT_HUSH_PS2	"> " diff --git a/include/configs/sbc8349.h b/include/configs/sbc8349.h index 4ea65ce16..80f83ac5f 100644 --- a/include/configs/sbc8349.h +++ b/include/configs/sbc8349.h @@ -283,6 +283,7 @@  #define CONFIG_SYS_NS16550_COM2        (CONFIG_SYS_IMMR+0x4600)  #define CONFIG_CMDLINE_EDITING	1	/* add command line history	*/ +#define CONFIG_AUTO_COMPLETE		/* add autocompletion support   */  /* Use the HUSH parser */  #define CONFIG_SYS_HUSH_PARSER  #ifdef  CONFIG_SYS_HUSH_PARSER diff --git a/include/configs/vme8349.h b/include/configs/vme8349.h index 7603300ae..cb987a1e4 100644 --- a/include/configs/vme8349.h +++ b/include/configs/vme8349.h @@ -197,6 +197,7 @@  #define CONFIG_SYS_NS16550_COM2		(CONFIG_SYS_IMMR + 0x4600)  #define CONFIG_CMDLINE_EDITING		/* add command line history	*/ +#define CONFIG_AUTO_COMPLETE		/* add autocompletion support */  /* Use the HUSH parser */  #define CONFIG_SYS_HUSH_PARSER  #ifdef CONFIG_SYS_HUSH_PARSER |