Kconfig 470 B

12345678910111213141516171819202122
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see the file kconfig-language.txt in the NuttX tools repository.
  4. #
  5. menuconfig DRIVERS_RF
  6. bool "RF Device Support"
  7. default n
  8. ---help---
  9. Drivers for various RF devices
  10. if DRIVERS_RF
  11. config RF_DAT31R5SP
  12. bool "Mini-Circuits DAT-31R5-SP digital attenuator support"
  13. default n
  14. select SPI
  15. ---help---
  16. Enable driver support for the Mini-Circuits DAT-31R5-SP digital
  17. attenuator.
  18. endif # DRIVERS_RF