From f10e9d9af26b805cf842bf0f3898684c76133fdd Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 5 Sep 2012 12:45:35 +0000 Subject: 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 --- apps/examples/nsh/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/examples/nsh') diff --git a/apps/examples/nsh/Kconfig b/apps/examples/nsh/Kconfig index 289c7e515..309aa925e 100644 --- a/apps/examples/nsh/Kconfig +++ b/apps/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 -- cgit v1.2.3