13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
|
menu "SPI Devices"
|
||
|
|
||
|
config DRIVERS_SPI
|
||
|
bool "enable spi driver"
|
||
|
default y
|
||
|
|
||
|
config HAL_TEST_SPI
|
||
|
bool "enable spi hal APIs test command"
|
||
|
depends on DRIVERS_SPI
|
||
|
default n
|
||
|
|
||
|
endmenu
|