Bläddra i källkod

74xx_7xx: CPCI750: Add commandline editing/history

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
Stefan Roese 16 år sedan
förälder
incheckning
0a14d6b8f4
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      include/configs/CPCI750.h

+ 2 - 1
include/configs/CPCI750.h

@@ -76,7 +76,8 @@
 
 
 #define CONFIG_SYS_PROMPT_HUSH_PS2	"> "
 #define CONFIG_SYS_PROMPT_HUSH_PS2	"> "
 
 
-#define CONFIG_AUTO_COMPLETE 1
+#define CONFIG_CMDLINE_EDITING		/* add command line history	*/
+#define CONFIG_AUTO_COMPLETE		/* add autocompletion support	*/
 
 
 /* Define which ETH port will be used for connecting the network */
 /* Define which ETH port will be used for connecting the network */
 #define CONFIG_SYS_ETH_PORT		ETH_0
 #define CONFIG_SYS_ETH_PORT		ETH_0