From 561c54964b2c99b1709fa79ee98aea31e7d7d449 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 25 Apr 2013 15:52:00 -0600 Subject: Various Kconfig files still have references to CONFIG_ variables. Some in harmless comments, some in config definionts which is not harmless. All removed --- apps/netutils/discover/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/netutils/discover') diff --git a/apps/netutils/discover/Kconfig b/apps/netutils/discover/Kconfig index e1fc0d4e0..2e088506f 100644 --- a/apps/netutils/discover/Kconfig +++ b/apps/netutils/discover/Kconfig @@ -33,7 +33,7 @@ config DISCOVER_DEVICE_CLASS hex "Network Discovery Class" default 0xff -config CONFIG_DISCOVER_DESCR +config DISCOVER_DESCR string "Discoverer Description" default "NuttX" -- cgit v1.2.3