2025-02-27 17:59:18 +08:00

13 lines
183 B
Plaintext
Executable File

menu "Bk_netif"
config BK_NETIF
depends on WIFI_ENABLE
bool "Enable Bk Netif"
default y
config NETIF_LWIP
depends on BK_NETIF
bool "Netif use LWIP"
default y
endmenu