Kconfig 205 B

123456789101112
  1. menu "SPI Devices"
  2. config DRIVERS_SPI
  3. bool "enable spi driver"
  4. default y
  5. config HAL_TEST_SPI
  6. bool "enable spi hal APIs test command"
  7. depends on DRIVERS_SPI
  8. default n
  9. endmenu