1 config BR2_PACKAGE_LIBRTLSDR
3 select BR2_PACKAGE_LIBUSB
4 depends on BR2_TOOLCHAIN_HAS_THREADS
6 Library and command line programs for accessing
9 http://sdr.osmocom.org/trac/wiki/rtl-sdr/
11 if BR2_PACKAGE_LIBRTLSDR
13 config BR2_PACKAGE_LIBRTLSDR_DETACH_DRIVER
14 bool "Detach kernel driver"
17 Enable this option if you would like librtlsdr to
18 automatically detach any kernel driver associated to the
19 RTL2832U USB device on startup if one is loaded.
23 comment "librtlsdr needs a toolchain w/ threads"
24 depends on !BR2_TOOLCHAIN_HAS_THREADS