The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / librtlsdr / Config.in
1 config BR2_PACKAGE_LIBRTLSDR
2         bool "librtlsdr"
3         select BR2_PACKAGE_LIBUSB
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         help
6           Library and command line programs for accessing
7           RTL2832U SDR dongles.
8
9           http://sdr.osmocom.org/trac/wiki/rtl-sdr/
10
11 if BR2_PACKAGE_LIBRTLSDR
12
13 config BR2_PACKAGE_LIBRTLSDR_DETACH_DRIVER
14         bool "Detach kernel driver"
15         default y
16         help
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.
20
21 endif
22
23 comment "librtlsdr needs a toolchain w/ threads"
24         depends on !BR2_TOOLCHAIN_HAS_THREADS