wifi_manager: make a dependancy with slsi_wifi, wpa_supplicant and driver
authorsunghan <sh924.chang@samsung.com>
Mon, 11 Sep 2017 09:09:14 +0000 (18:09 +0900)
committersunghan <sh924.chang@samsung.com>
Mon, 11 Sep 2017 09:09:14 +0000 (18:09 +0900)
To use wifi_manager, belows should be enabled.
NETUTILS_WIFI, WPA_SUPPLICANT and SCSC_WLAN

framework/src/wifi_manager/Kconfig

index 4cc426d..98670d2 100644 (file)
@@ -6,6 +6,9 @@
 config WIFI_MANAGER
     bool "Enable Wi-Fi Manager"
     default n
+       select NETUTILS_WIFI
+       select WPA_SUPPLICANT
+       select SCSC_WLAN
     ---help---
         Easy APIs for applications to use and control Wi-Fi features