13 lines
183 B
Plaintext
Executable File
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
|