Config.in 973 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. config 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. http://osmocom.org/projects/osmosdr
  10. if BR2_PACKAGE_GR_OSMOSDR
  11. config BR2_PACKAGE_GR_OSMOSDR_PYTHON
  12. bool "python support"
  13. depends on BR2_PACKAGE_GNURADIO_PYTHON
  14. depends on BR2_PACKAGE_PYTHON3
  15. help
  16. Enable Python support
  17. config BR2_PACKAGE_GR_OSMOSDR_IQFILE
  18. bool "IQ File Source support"
  19. help
  20. 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
  26. config BR2_PACKAGE_GR_OSMOSDR_RTLSDR_TCP
  27. bool "RTLSDR TCP Client support"
  28. help
  29. Enable RTLSDR TCP client support
  30. config BR2_PACKAGE_GR_OSMOSDR_RFSPACE
  31. bool "RFSPACE Receivers support"
  32. help
  33. Enable RFSPACE Receivers support
  34. endif