diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2010-04-15 17:36:05 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2010-04-22 18:34:49 -0500 |
commit | a059e90e16e126e25da33ce23a37e2acce84284c (patch) | |
tree | a2de3536f2d5254328348d4e2dc2dc57556ab6bc /include/configs/MPC837XEMDS.h | |
parent | dfe812c744ee6dacae3b4d553694642668d9ac9d (diff) |
mpc83xx: enable command line autocompletion
because it's convenient.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC837XEMDS.h')
-rw-r--r-- | include/configs/MPC837XEMDS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h index 65d49ecd928..1565ff94c8d 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 */ |