Skip to content
Kconfig 960 B
Newer Older
#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#

if DRIVERS_GENERICRADIO

config GENERICRADIO_RFM26
	bool "HopeRF RFM26 transceiver (based on SiLabs si4463, 433/868/915 MHz)"
	default n
	select SPI
	---help---
		This selection enables support for the HopeRF RFM26 / SiLabssi4463 device.

config GENERICRADIO_RFM69
	bool "HopeRF RFM69 transceiver (based on Semtech sx1231h, 433/868/915 MHz)"
	default n
	select SPI
	---help---
		This selection enables support for the HopeRF RFM69 / Semtech sx1231 device.

config GENERICRADIO_CC1101
	bool "TI cc1101 transceiver (433/868/915 MHz)"
	default n
	select SPI
	---help---
		This selection enables support for the TI cc1101 device.

config GENERICRADIO_NRF24L01
	bool "Nordic NRF24L01 transceiver (2.4 GHz)"
	default n
	select SPI
	---help---
		This selection enables support for the TI cc1101 device.

endif # DRIVERS_GENERICRADIO