From e67e6bfad912c81f397d7fa403cb4eb00a3ea676 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 28 Feb 2014 07:45:51 -0600 Subject: configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured --- nuttx/configs/stm3220g-eval/nxwm/defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nuttx/configs/stm3220g-eval') diff --git a/nuttx/configs/stm3220g-eval/nxwm/defconfig b/nuttx/configs/stm3220g-eval/nxwm/defconfig index a369d08b2..0d54bf267 100644 --- a/nuttx/configs/stm3220g-eval/nxwm/defconfig +++ b/nuttx/configs/stm3220g-eval/nxwm/defconfig @@ -968,6 +968,8 @@ CONFIG_NSH_WGET_USERAGENT="NuttX/6.xx.x (; http://www.nuttx.org/)" # NSH Library # CONFIG_NSH_LIBRARY=y +CONFIG_NSH_READLINE=y +# CONFIG_NSH_CLE is not set # # Disable Individual commands -- cgit v1.2.3