mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
11 lines
265 B
Text
11 lines
265 B
Text
if PACKAGE_wifidmd
|
|
|
|
config WIFIDMD_DISABLE_LEGACY_WIFI
|
|
bool "Disable legacy Wireless Objects like WiFi.Radio., WiFi.SSID., WiFi.AccessPoint. etc"
|
|
default n
|
|
|
|
config WIFIDMD_ENABLE_WIFI_DATAELEMENTS
|
|
bool "Enable Device.WiFi.DataElements. Object"
|
|
default y
|
|
|
|
endif
|