23 lines
470 B
Plaintext
23 lines
470 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
menuconfig DRIVERS_RF
|
|
bool "RF Device Support"
|
|
default n
|
|
---help---
|
|
Drivers for various RF devices
|
|
|
|
if DRIVERS_RF
|
|
|
|
config RF_DAT31R5SP
|
|
bool "Mini-Circuits DAT-31R5-SP digital attenuator support"
|
|
default n
|
|
select SPI
|
|
---help---
|
|
Enable driver support for the Mini-Circuits DAT-31R5-SP digital
|
|
attenuator.
|
|
|
|
endif # DRIVERS_RF
|