mirror of
https://github.com/apache/nuttx.git
synced 2026-08-28 21:00:44 +00:00
Minor update to last Kconfig change
This commit is contained in:
parent
e73b64f5ea
commit
26b42e3f57
1 changed files with 8 additions and 4 deletions
|
|
@ -772,25 +772,27 @@ config STM32_STM32F401
|
|||
bool
|
||||
default n
|
||||
select STM32_HAVE_USART6
|
||||
select STM32_HAVE_SPI3
|
||||
select STM32_HAVE_TIM1
|
||||
select STM32_HAVE_TIM5
|
||||
select STM32_HAVE_TIM9
|
||||
select STM32_HAVE_TIM10
|
||||
select STM32_HAVE_TIM11
|
||||
select STM32_HAVE_SPI2
|
||||
select STM32_HAVE_SPI3
|
||||
|
||||
config STM32_STM32F411
|
||||
bool
|
||||
default n
|
||||
select STM32_HAVE_USART6
|
||||
select STM32_HAVE_SPI3
|
||||
select STM32_HAVE_SPI4
|
||||
select STM32_HAVE_SPI5
|
||||
select STM32_HAVE_TIM1
|
||||
select STM32_HAVE_TIM5
|
||||
select STM32_HAVE_TIM9
|
||||
select STM32_HAVE_TIM10
|
||||
select STM32_HAVE_TIM11
|
||||
select STM32_HAVE_SPI2
|
||||
select STM32_HAVE_SPI3
|
||||
select STM32_HAVE_SPI4
|
||||
select STM32_HAVE_SPI5
|
||||
|
||||
config STM32_STM32F405
|
||||
bool
|
||||
|
|
@ -874,6 +876,7 @@ config STM32_STM32F427
|
|||
select STM32_HAVE_CAN2
|
||||
select STM32_HAVE_RNG
|
||||
select STM32_HAVE_ETHMAC
|
||||
select STM32_HAVE_SPI2
|
||||
select STM32_HAVE_SPI3
|
||||
select STM32_HAVE_SPI4
|
||||
select STM32_HAVE_SPI5
|
||||
|
|
@ -906,6 +909,7 @@ config STM32_STM32F429
|
|||
select STM32_HAVE_CAN2
|
||||
select STM32_HAVE_RNG
|
||||
select STM32_HAVE_ETHMAC
|
||||
select STM32_HAVE_SPI2
|
||||
select STM32_HAVE_SPI3
|
||||
select STM32_HAVE_SPI4
|
||||
select STM32_HAVE_SPI5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue