mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
Eliminate a 'make menuconfig' warning
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user