diff options
author | Marek Vasut | 2011-11-12 03:35:50 +0100 |
---|---|---|
committer | Albert ARIBAUD | 2011-12-06 23:59:32 +0100 |
commit | 7c7204db357eedc93b3b0ff1b760f58263b6c789 (patch) | |
tree | f89f634a4f7e822280e08ea33763a1d3c374c52d /include | |
parent | 411b9eaf554225c12ca253473002d0381cfec4ff (diff) |
PXA: Enable command line editing for vpac270
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/vpac270.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index 8accebfce95..41f8a6b0160 100644 --- a/include/configs/vpac270.h +++ b/include/configs/vpac270.h @@ -158,6 +158,8 @@ #define CONFIG_SYS_MAXARGS 16 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE #define CONFIG_SYS_DEVICE_NULLDEV 1 +#define CONFIG_CMDLINE_EDITING 1 +#define CONFIG_AUTO_COMPLETE 1 /* * Clock Configuration |