mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 18:37:46 +08:00
stm32/Kconfig: set default n for hidden options
This commit is contained in:
committed by
Petro Karashchenko
parent
12273d0aa9
commit
e39afbf277
@@ -3380,21 +3380,27 @@ endmenu
|
||||
|
||||
config STM32_ADC
|
||||
bool
|
||||
default n
|
||||
|
||||
config STM32_SDADC
|
||||
bool
|
||||
default n
|
||||
|
||||
config STM32_DAC
|
||||
bool
|
||||
default n
|
||||
|
||||
config STM32_DMA
|
||||
bool
|
||||
default n
|
||||
|
||||
config STM32_DMAMUX
|
||||
bool
|
||||
default n
|
||||
|
||||
config STM32_SPI
|
||||
bool
|
||||
default n
|
||||
|
||||
config STM32_SPI_DMA
|
||||
bool
|
||||
@@ -3402,12 +3408,15 @@ config STM32_SPI_DMA
|
||||
|
||||
config STM32_I2C
|
||||
bool
|
||||
default n
|
||||
|
||||
config STM32_CAN
|
||||
bool
|
||||
default n
|
||||
|
||||
config STM32_FDCAN
|
||||
bool
|
||||
default n
|
||||
|
||||
config STM32_TIM
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user