mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
arch/arm/src.stm32/Kconfig: Reduce redundancy in STM32F401 config settings.
This commit is contained in:
@@ -967,99 +967,51 @@ config ARCH_CHIP_STM32F373VC
|
||||
|
||||
config ARCH_CHIP_STM32F401CB
|
||||
bool "STM32F401CB"
|
||||
select ARCH_CORTEXM4
|
||||
select STM32_STM32F4XXX
|
||||
select STM32_STM32F401xBC
|
||||
select STM32_STM32F401
|
||||
select ARCH_HAVE_FPU
|
||||
|
||||
config ARCH_CHIP_STM32F401RB
|
||||
bool "STM32F401RB"
|
||||
select ARCH_CORTEXM4
|
||||
select STM32_STM32F4XXX
|
||||
select STM32_STM32F401xBC
|
||||
select STM32_STM32F401
|
||||
select ARCH_HAVE_FPU
|
||||
|
||||
config ARCH_CHIP_STM32F401VB
|
||||
bool "STM32F401VB"
|
||||
select ARCH_CORTEXM4
|
||||
select STM32_STM32F4XXX
|
||||
select STM32_STM32F401xBC
|
||||
select STM32_STM32F401
|
||||
select ARCH_HAVE_FPU
|
||||
|
||||
config ARCH_CHIP_STM32F401CC
|
||||
bool "STM32F401CC"
|
||||
select ARCH_CORTEXM4
|
||||
select STM32_STM32F4XXX
|
||||
select STM32_STM32F401xBC
|
||||
select STM32_STM32F401
|
||||
select ARCH_HAVE_FPU
|
||||
|
||||
config ARCH_CHIP_STM32F401RC
|
||||
bool "STM32F401RC"
|
||||
select ARCH_CORTEXM4
|
||||
select STM32_STM32F4XXX
|
||||
select STM32_STM32F401xBC
|
||||
select STM32_STM32F401
|
||||
select ARCH_HAVE_FPU
|
||||
|
||||
config ARCH_CHIP_STM32F401VC
|
||||
bool "STM32F401VC"
|
||||
select ARCH_CORTEXM4
|
||||
select STM32_STM32F4XXX
|
||||
select STM32_STM32F401xBC
|
||||
select STM32_STM32F401
|
||||
select ARCH_HAVE_FPU
|
||||
|
||||
config ARCH_CHIP_STM32F401CD
|
||||
bool "STM32F401CD"
|
||||
select ARCH_CORTEXM4
|
||||
select STM32_STM32F4XXX
|
||||
select STM32_STM32F401xDE
|
||||
select STM32_STM32F401
|
||||
select ARCH_HAVE_FPU
|
||||
|
||||
config ARCH_CHIP_STM32F401RD
|
||||
bool "STM32F401RD"
|
||||
select ARCH_CORTEXM4
|
||||
select STM32_STM32F4XXX
|
||||
select STM32_STM32F401xDE
|
||||
select STM32_STM32F401
|
||||
select ARCH_HAVE_FPU
|
||||
|
||||
config ARCH_CHIP_STM32F401VD
|
||||
bool "STM32F401VD"
|
||||
select ARCH_CORTEXM4
|
||||
select STM32_STM32F4XXX
|
||||
select STM32_STM32F401xDE
|
||||
select STM32_STM32F401
|
||||
select ARCH_HAVE_FPU
|
||||
|
||||
config ARCH_CHIP_STM32F401CE
|
||||
bool "STM32F401CE"
|
||||
select ARCH_CORTEXM4
|
||||
select STM32_STM32F4XXX
|
||||
select STM32_STM32F401xDE
|
||||
select STM32_STM32F401
|
||||
select ARCH_HAVE_FPU
|
||||
|
||||
config ARCH_CHIP_STM32F401RE
|
||||
bool "STM32F401RE"
|
||||
select ARCH_CORTEXM4
|
||||
select STM32_STM32F4XXX
|
||||
select STM32_STM32F401xDE
|
||||
select STM32_STM32F401
|
||||
select ARCH_HAVE_FPU
|
||||
|
||||
config ARCH_CHIP_STM32F401VE
|
||||
bool "STM32F401VE"
|
||||
select ARCH_CORTEXM4
|
||||
select STM32_STM32F4XXX
|
||||
select STM32_STM32F401xDE
|
||||
select STM32_STM32F401
|
||||
select ARCH_HAVE_FPU
|
||||
|
||||
config ARCH_CHIP_STM32F410RB
|
||||
bool "STM32F410RB"
|
||||
@@ -1622,14 +1574,19 @@ config STM32_STM32F4XXX
|
||||
config STM32_STM32F401xBC
|
||||
bool
|
||||
default n
|
||||
select STM32_STM32F401
|
||||
|
||||
config STM32_STM32F401xDE
|
||||
bool
|
||||
default n
|
||||
select STM32_STM32F401
|
||||
|
||||
config STM32_STM32F401
|
||||
bool
|
||||
default n
|
||||
select ARCH_CORTEXM4
|
||||
select ARCH_HAVE_FPU
|
||||
select STM32_STM32F4XXX
|
||||
select STM32_HAVE_USART6
|
||||
select STM32_HAVE_TIM1
|
||||
select STM32_HAVE_TIM3
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# CONFIG_ARCH_FPU is not set
|
||||
# CONFIG_NSH_ARGCAT is not set
|
||||
# CONFIG_NSH_CMDOPT_DF_H is not set
|
||||
# CONFIG_NSH_CMDOPT_HEXDUMP is not set
|
||||
# CONFIG_NSH_CMDPARMS is not set
|
||||
# CONFIG_NSH_DISABLE_IFCONFIG is not set
|
||||
|
||||
Reference in New Issue
Block a user