mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-03 12:34:33 +08:00
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
|