buildroot/package/gr-osmosdr/Config.in
Mark Corbin 08307bdc08 package/gr-osmosdr: add an upstream URL to Config.in
Add an upstream URL to the help text in Config.in. This
addresses the 'Missing' URL status in the package stats
web page output.

Signed-off-by: Mark Corbin <mark@dibsco.co.uk>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-11-26 22:00:48 +01:00

40 lines
872 B
Plaintext

config BR2_PACKAGE_GR_OSMOSDR
bool "gr-osmosdr"
depends on BR2_PACKAGE_GNURADIO
select BR2_PACKAGE_GNURADIO_BLOCKS
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
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