kumquat-buildroot/package/gr-osmosdr/Config.in
Gwenhael Goavec-Merou e54e960ebd package/gr-osmosdr: bump to 0.2.0
gr-osmosdr is now python3 only, so drop everything related to python2.
python-cheetah is no longer mandatory, so drop this too.

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-04-12 13:49:45 +02:00

43 lines
973 B
Plaintext

config BR2_PACKAGE_GR_OSMOSDR
bool "gr-osmosdr"
depends on BR2_PACKAGE_GNURADIO
select BR2_PACKAGE_GNURADIO_BLOCKS
select BR2_PACKAGE_GNURADIO_FFT
select BR2_PACKAGE_GNURADIO_FILTER
help
GNU Radio block for interfacing with various radio hardware
http://osmocom.org/projects/osmosdr
if BR2_PACKAGE_GR_OSMOSDR
config BR2_PACKAGE_GR_OSMOSDR_PYTHON
bool "python support"
depends on BR2_PACKAGE_GNURADIO_PYTHON
depends on BR2_PACKAGE_PYTHON3
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"
select BR2_PACKAGE_LIBRTLSDR
help
Enable Osmocom RTLSDR support
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