From 5375bb5b86e266157ceceef08c367da711b8144e Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sat, 1 Jun 2013 01:04:32 +0200 Subject: Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX now --- apps/examples/nsh/Kconfig | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 apps/examples/nsh/Kconfig (limited to 'apps/examples/nsh/Kconfig') diff --git a/apps/examples/nsh/Kconfig b/apps/examples/nsh/Kconfig deleted file mode 100644 index 309aa925e..000000000 --- a/apps/examples/nsh/Kconfig +++ /dev/null @@ -1,15 +0,0 @@ -# -# For a description of the syntax of this configuration file, -# see misc/tools/kconfig-language.txt. -# - -config EXAMPLES_NSH - bool "NuttShell (NSH) example" - default n - select NSH_LIBRARY - select SYSTEM_READLINE - ---help--- - Enable the NuttShell (NSH) example - -if EXAMPLES_NSH -endif -- cgit v1.2.3