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