mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 04:50:12 +01:00
19 lines
350 B
Text
19 lines
350 B
Text
if (PACKAGE_libwifi || PACKAGE_libdsl || PACKAGE_libethernet)
|
|
menu "configurations"
|
|
|
|
config IOP_LLA_LIBS_DEBUG
|
|
bool "Enable debugging support"
|
|
default n
|
|
|
|
config LIBWIFI_DEBUG
|
|
depends on PACKAGE_libwifi
|
|
bool "Enable wifi debugging"
|
|
default n
|
|
|
|
config LIBDSL_DEBUG
|
|
depends on PACKAGE_libdsl
|
|
bool "Enable xdsl debugging"
|
|
default n
|
|
|
|
endmenu
|
|
endif
|