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