sdk-hwV1.3/lichee/rtos-hal/hal/source/spi/Kconfig

18 lines
325 B
Plaintext
Raw Normal View History

2024-05-07 10:09:20 +00:00
menu "SPI Devices"
config DRIVERS_SPI
bool "enable spi driver"
default n
config DRIVERS_SPI_PANIC_TRANSFER
bool "support sp transfer if crash"
depends on DRIVERS_SPI
default n
config HAL_TEST_SPI
bool "enable spi hal APIs test command"
depends on DRIVERS_SPI
default n
endmenu