2010-04-16 18:03:53 +08:00
|
|
|
menu "Configuration"
|
|
|
|
depends PACKAGE_libpcap
|
|
|
|
|
2010-03-08 22:21:32 +08:00
|
|
|
config PCAP_HAS_USB
|
|
|
|
bool "Include USB support"
|
|
|
|
depends PACKAGE_kmod-usb-core
|
|
|
|
default n
|
|
|
|
|
|
|
|
config PCAP_HAS_BT
|
|
|
|
bool "Include bluetooth support"
|
|
|
|
depends PACKAGE_kmod-bluetooth
|
|
|
|
depends BROKEN
|
|
|
|
default n
|
2010-04-16 18:03:53 +08:00
|
|
|
|
|
|
|
endmenu
|