feat: add Kconfig options for SPI status check and radio calibration
This commit is contained in:
19
Kconfig
Normal file
19
Kconfig
Normal file
@ -0,0 +1,19 @@
|
||||
menu "LLCC68 options"
|
||||
|
||||
config LLCC68_SPI_IGNORE_INVALID_STATUS_CHECK
|
||||
bool "Ignore SPI_CMD_INVALID status in SPI driver"
|
||||
default n
|
||||
help
|
||||
When enabled, the LLCC68 SPI HAL will ignore the SPI_CMD_INVALID
|
||||
status returned from the device. This maps to the compile definition
|
||||
APP_SPI_DISABLE_INVALID_STATUS_CHECK used in the component sources.
|
||||
|
||||
config LLCC68_RADIO_DISABLE_CALIBRATION
|
||||
bool "Disable radio calibration"
|
||||
default y
|
||||
help
|
||||
When enabled, radio calibration routines are disabled to save time
|
||||
or avoid issues on certain hardware. This maps to the compile
|
||||
definition APP_RADIO_DISABLE_CALIBRATION used in the component.
|
||||
|
||||
endmenu
|
||||
Reference in New Issue
Block a user