menuconfig WIFI_MANAGER_ENABLED
  bool "WiFi Manager"
  default y
  help
    Select this option to enable WIFI_MANAGER driver and show the submodule with configuration

if WIFI_MANAGER_ENABLED
config WIFI_MANAGER_TEST_AP
  string "ESSID for test AP"

config WIFI_MANAGER_TEST_PWD
  string "password for test AP"

config WIFI_MANAGER_MAX_AP
  int "Maximum number of APs to store in flash"
  default 8
endif