2010-04-16 10:03:53 +00:00
|
|
|
menu "Configuration"
|
2013-04-17 15:36:41 +00:00
|
|
|
depends on PACKAGE_libpcap
|
2010-04-16 10:03:53 +00:00
|
|
|
|
2010-03-08 14:21:32 +00:00
|
|
|
config PCAP_HAS_USB
|
|
|
|
bool "Include USB support"
|
2013-04-17 15:36:41 +00:00
|
|
|
depends on PACKAGE_kmod-usb-core
|
2010-03-08 14:21:32 +00:00
|
|
|
default n
|
|
|
|
|
|
|
|
config PCAP_HAS_BT
|
|
|
|
bool "Include bluetooth support"
|
2013-04-17 15:36:41 +00:00
|
|
|
depends on PACKAGE_kmod-bluetooth
|
|
|
|
depends on BROKEN
|
2010-03-08 14:21:32 +00:00
|
|
|
default n
|
2010-04-16 10:03:53 +00:00
|
|
|
|
|
|
|
endmenu
|