Eliminate a 'make menuconfig' warning

This commit is contained in:
Gregory Nutt 2017-03-27 09:42:36 -06:00
parent 7dea99ff9d
commit 77e4953fe3

View File

@ -7,16 +7,14 @@ if ARCH_BOARD_CLICKER2_STM32
config CLICKER2_STM32_MB1_SPI
bool "mikroBUS1 SPI"
default n if !STM32_SPI3
default y if STM32_SPI3
default n
select STM32_SPI3
---help---
Enable SPI support on mikroBUS1 (STM32 SPI3)
config CLICKER2_STM32_MB2_SPI
bool "mikroBUS2 SPI"
default n if !STM32_SPI2
default y if STM32_SPI2
default n
select STM32_SPI2
---help---
Enable SPI support on mikroBUS1 (STM32 SPI2)