mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
23 lines
435 B
Text
23 lines
435 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
|
|
|
|
config LIBDSL_TEST
|
|
depends on PACKAGE_libdsl
|
|
bool "Libdsl test program"
|
|
default n
|
|
endmenu
|
|
endif
|