2016-02-02 18:37:42 +01:00
|
|
|
config BR2_PACKAGE_GR_OSMOSDR
|
|
|
|
bool "gr-osmosdr"
|
|
|
|
depends on BR2_PACKAGE_GNURADIO
|
|
|
|
select BR2_PACKAGE_GNURADIO_BLOCKS
|
2020-02-05 16:33:23 +01:00
|
|
|
select BR2_PACKAGE_GNURADIO_FFT
|
|
|
|
select BR2_PACKAGE_GNURADIO_FILTER
|
2016-02-02 18:37:42 +01:00
|
|
|
help
|
|
|
|
GNU Radio block for interfacing with various radio hardware
|
|
|
|
|
2019-11-26 17:12:08 +01:00
|
|
|
http://osmocom.org/projects/osmosdr
|
|
|
|
|
2016-02-02 18:37:42 +01:00
|
|
|
if BR2_PACKAGE_GR_OSMOSDR
|
|
|
|
|
|
|
|
config BR2_PACKAGE_GR_OSMOSDR_PYTHON
|
|
|
|
bool "python support"
|
|
|
|
depends on BR2_PACKAGE_GNURADIO_PYTHON
|
2020-04-11 11:33:53 +02:00
|
|
|
depends on BR2_PACKAGE_PYTHON3
|
2016-02-02 18:37:42 +01:00
|
|
|
help
|
|
|
|
Enable Python support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_GR_OSMOSDR_IQFILE
|
|
|
|
bool "IQ File Source support"
|
|
|
|
help
|
|
|
|
Enable IQ File Source support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_GR_OSMOSDR_RTLSDR
|
|
|
|
bool "Osmocom RTLSDR support"
|
2020-12-13 16:56:36 +01:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # librtlsdr -> libusb
|
2016-02-02 18:37:42 +01:00
|
|
|
select BR2_PACKAGE_LIBRTLSDR
|
|
|
|
help
|
|
|
|
Enable Osmocom RTLSDR support
|
|
|
|
|
2020-12-13 16:56:36 +01:00
|
|
|
comment "Osmocom RTLSDR support needs a toolchain w/ gcc >= 4.9"
|
|
|
|
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
|
|
2016-02-02 18:37:42 +01:00
|
|
|
config BR2_PACKAGE_GR_OSMOSDR_RTLSDR_TCP
|
|
|
|
bool "RTLSDR TCP Client support"
|
|
|
|
help
|
|
|
|
Enable RTLSDR TCP client support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_GR_OSMOSDR_RFSPACE
|
|
|
|
bool "RFSPACE Receivers support"
|
|
|
|
help
|
|
|
|
Enable RFSPACE Receivers support
|
|
|
|
|
|
|
|
endif
|