drivers/wireless: fix incorrect Kconfig entry
authorHeesub Shin <heesub.shin@samsung.com>
Wed, 12 Apr 2017 07:18:20 +0000 (16:18 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 18 Apr 2017 03:02:15 +0000 (12:02 +0900)
SCSC_PLATFORM should be a boolean, not a tristate. This commit fixes it
and set its default configuration as 'n'.

Change-Id: I0cc4b5d145d291e5d5ef3240e964f5e8718e235f
Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
os/drivers/wireless/scsc/misc/Kconfig

index aa710a7..b0b4cb6 100644 (file)
@@ -1,8 +1,9 @@
 if SCSC_CORE != n
 
 config SCSC_PLATFORM
-       tristate "Samsung SCSC MIF Platform driver implementation"
+       bool "Samsung SCSC MIF Platform driver implementation"
        depends on SCSC_CORE
+       default n
 
 config SCSC_WLANLITE
        bool "Samsung SCSC WLANLITE driver mode"