mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 15:05:07 +00:00
stm32/Kconfig: set default n for hidden options
This commit is contained in:
parent
12273d0aa9
commit
e39afbf277
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue