23 lines
482 B
Plaintext
Raw Normal View History

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
2017-03-22 11:58:19 -06:00
if ARCH_BOARD_CLICKER2_STM32
config CLICKER2_STM32_MB1_SPI
bool "mikroBUS1 SPI"
2017-03-27 09:42:36 -06:00
default n
2017-03-22 11:58:19 -06:00
select STM32_SPI3
---help---
Enable SPI support on mikroBUS1 (STM32 SPI3)
config CLICKER2_STM32_MB2_SPI
bool "mikroBUS2 SPI"
2017-03-27 09:42:36 -06:00
default n
2017-03-22 11:58:19 -06:00
select STM32_SPI2
---help---
Enable SPI support on mikroBUS1 (STM32 SPI2)
endif # ARCH_BOARD_CLICKER2_STM32