27 lines
605 B
Plaintext
27 lines
605 B
Plaintext
|
#
|
||
|
# For a description of the syntax of this configuration file,
|
||
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||
|
#
|
||
|
|
||
|
config WL_SPIRIT
|
||
|
bool "STMicro Spririt Radio Library"
|
||
|
default n
|
||
|
select SPI
|
||
|
---help---
|
||
|
Enable support for the STMicro Spririt Radio Library
|
||
|
|
||
|
if WL_SPIRIT
|
||
|
|
||
|
config WL_SPIRIT_SPIFREQUENCY
|
||
|
int "Spirit SPI frequency"
|
||
|
default 10000000
|
||
|
---help---
|
||
|
Frequency at which to operate the SPI interface to the Spirit part.
|
||
|
The default is the absolution maximum and you may likely have to
|
||
|
reduce this for your board.
|
||
|
|
||
|
endif
|
||
|
|
||
|
source drivers/wireless/spirit/drivers/Kconfig
|
||
|
|