From 31961cdf066dd1d4c167f7b7539f3f658485afe2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 5 Sep 2012 12:45:35 +0000 Subject: [PATCH] Refactor serial configuratin; AVR teensy Kconfig now builds git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5092 42af7a65-404d-4744-a932-0658087f49c3 --- examples/nsh/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/nsh/Kconfig b/examples/nsh/Kconfig index 289c7e515..309aa925e 100644 --- a/examples/nsh/Kconfig +++ b/examples/nsh/Kconfig @@ -6,6 +6,8 @@ config EXAMPLES_NSH bool "NuttShell (NSH) example" default n + select NSH_LIBRARY + select SYSTEM_READLINE ---help--- Enable the NuttShell (NSH) example