2019-09-06 03:28:28 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
2020-02-08 15:30:09 +08:00
|
|
|
if DRIVERS_RF
|
|
|
|
|
2019-09-06 03:28:28 +08:00
|
|
|
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.
|
2020-02-08 15:30:09 +08:00
|
|
|
|
|
|
|
endif # DRIVERS_RF
|