From 9f46571a0abc4f66c5a26859ed93b885587c8c6b Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 13 Apr 2012 02:14:09 +0000 Subject: update Kconfig files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4598 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/uip/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'apps/examples/uip') diff --git a/apps/examples/uip/Kconfig b/apps/examples/uip/Kconfig index ae2bf3130..db65995c8 100644 --- a/apps/examples/uip/Kconfig +++ b/apps/examples/uip/Kconfig @@ -2,3 +2,12 @@ # For a description of the syntax of this configuration file, # see misc/tools/kconfig-language.txt. # + +config EXAMPLES_UIP + bool "uIP web server example" + default n + ---help--- + Enable the uIP web server example + +if EXAMPLES_UIP +endif -- cgit v1.2.3