13 lines
183 B
Plaintext
Raw Normal View History

2025-10-10 16:07:00 +08:00
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