website: update Free Electrons logo
[buildroot-gz.git] / package / gr-osmosdr / Config.in
blobaa6ef0d4c27dd82cae98683513816c056a4217f8
1 config BR2_PACKAGE_GR_OSMOSDR
2         bool "gr-osmosdr"
3         depends on BR2_PACKAGE_GNURADIO
4         select BR2_PACKAGE_GNURADIO_BLOCKS
5         help
6           GNU Radio block for interfacing with various radio hardware
8 if BR2_PACKAGE_GR_OSMOSDR
10 config BR2_PACKAGE_GR_OSMOSDR_PYTHON
11         bool "python support"
12         depends on BR2_PACKAGE_GNURADIO_PYTHON
13         help
14           Enable Python support
16 config BR2_PACKAGE_GR_OSMOSDR_IQFILE
17         bool "IQ File Source support"
18         help
19           Enable IQ File Source support
21 config BR2_PACKAGE_GR_OSMOSDR_RTLSDR
22         bool "Osmocom RTLSDR support"
23         select BR2_PACKAGE_LIBRTLSDR
24         help
25           Enable Osmocom RTLSDR support
27 config BR2_PACKAGE_GR_OSMOSDR_RTLSDR_TCP
28         bool "RTLSDR TCP Client support"
29         help
30           Enable RTLSDR TCP client support
32 config BR2_PACKAGE_GR_OSMOSDR_RFSPACE
33         bool "RFSPACE Receivers support"
34         help
35           Enable RFSPACE Receivers support
37 endif