xref: /OK3568_Linux_fs/buildroot/package/gr-osmosdr/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_GR_OSMOSDR
2	bool "gr-osmosdr"
3	depends on BR2_PACKAGE_GNURADIO
4	select BR2_PACKAGE_GNURADIO_BLOCKS
5	select BR2_PACKAGE_GNURADIO_FFT
6	select BR2_PACKAGE_GNURADIO_FILTER
7	help
8	  GNU Radio block for interfacing with various radio hardware
9
10	  http://osmocom.org/projects/osmosdr
11
12if BR2_PACKAGE_GR_OSMOSDR
13
14config BR2_PACKAGE_GR_OSMOSDR_PYTHON
15	bool "python support"
16	depends on BR2_PACKAGE_GNURADIO_PYTHON
17	depends on BR2_PACKAGE_PYTHON3
18	help
19	  Enable Python support
20
21config BR2_PACKAGE_GR_OSMOSDR_IQFILE
22	bool "IQ File Source support"
23	help
24	  Enable IQ File Source support
25
26config BR2_PACKAGE_GR_OSMOSDR_RTLSDR
27	bool "Osmocom RTLSDR support"
28	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # librtlsdr -> libusb
29	select BR2_PACKAGE_LIBRTLSDR
30	help
31	  Enable Osmocom RTLSDR support
32
33comment "Osmocom RTLSDR support needs a toolchain w/ gcc >= 4.9"
34	depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
35
36config BR2_PACKAGE_GR_OSMOSDR_RTLSDR_TCP
37	bool "RTLSDR TCP Client support"
38	help
39	  Enable RTLSDR TCP client support
40
41config BR2_PACKAGE_GR_OSMOSDR_RFSPACE
42	bool "RFSPACE Receivers support"
43	help
44	  Enable RFSPACE Receivers support
45
46endif
47