From 91f342a2677527e3c3e1251df528469a87953bbf Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 26 Jun 2017 10:48:01 -0600 Subject: [PATCH] Kconfig: Remove duplicate setting --- Kconfig | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Kconfig b/Kconfig index 0479955f52..f0dd167c3c 100644 --- a/Kconfig +++ b/Kconfig @@ -1098,15 +1098,6 @@ config DEBUG_ANALOG_INFO endif # DEBUG_ANALOG -config DEBUG_WIRELESS - bool "Wireless Device Debug Output" - default n - depends on WIRELESS - ---help--- - Enable low level debug SYSLOG output from the wireless subsystem and - device drivers. (disabled by default). Support for this debug option - is architecture-specific and may not be available for some MCUs. - config DEBUG_CAN bool "CAN Debug Features" default n