arch/arm/src.stm32/Kconfig: Reduce redundancy in STM32F401 config settings.

This commit is contained in:
Gregory Nutt
2018-03-05 18:40:45 -06:00
parent ab5244e855
commit 0b277da5fa
2 changed files with 5 additions and 49 deletions
+5 -48
View File
@@ -967,99 +967,51 @@ config ARCH_CHIP_STM32F373VC
config ARCH_CHIP_STM32F401CB config ARCH_CHIP_STM32F401CB
bool "STM32F401CB" bool "STM32F401CB"
select ARCH_CORTEXM4
select STM32_STM32F4XXX
select STM32_STM32F401xBC select STM32_STM32F401xBC
select STM32_STM32F401
select ARCH_HAVE_FPU
config ARCH_CHIP_STM32F401RB config ARCH_CHIP_STM32F401RB
bool "STM32F401RB" bool "STM32F401RB"
select ARCH_CORTEXM4
select STM32_STM32F4XXX
select STM32_STM32F401xBC select STM32_STM32F401xBC
select STM32_STM32F401
select ARCH_HAVE_FPU
config ARCH_CHIP_STM32F401VB config ARCH_CHIP_STM32F401VB
bool "STM32F401VB" bool "STM32F401VB"
select ARCH_CORTEXM4
select STM32_STM32F4XXX
select STM32_STM32F401xBC select STM32_STM32F401xBC
select STM32_STM32F401
select ARCH_HAVE_FPU
config ARCH_CHIP_STM32F401CC config ARCH_CHIP_STM32F401CC
bool "STM32F401CC" bool "STM32F401CC"
select ARCH_CORTEXM4
select STM32_STM32F4XXX
select STM32_STM32F401xBC select STM32_STM32F401xBC
select STM32_STM32F401
select ARCH_HAVE_FPU
config ARCH_CHIP_STM32F401RC config ARCH_CHIP_STM32F401RC
bool "STM32F401RC" bool "STM32F401RC"
select ARCH_CORTEXM4
select STM32_STM32F4XXX
select STM32_STM32F401xBC select STM32_STM32F401xBC
select STM32_STM32F401
select ARCH_HAVE_FPU
config ARCH_CHIP_STM32F401VC config ARCH_CHIP_STM32F401VC
bool "STM32F401VC" bool "STM32F401VC"
select ARCH_CORTEXM4
select STM32_STM32F4XXX
select STM32_STM32F401xBC select STM32_STM32F401xBC
select STM32_STM32F401
select ARCH_HAVE_FPU
config ARCH_CHIP_STM32F401CD config ARCH_CHIP_STM32F401CD
bool "STM32F401CD" bool "STM32F401CD"
select ARCH_CORTEXM4
select STM32_STM32F4XXX
select STM32_STM32F401xDE select STM32_STM32F401xDE
select STM32_STM32F401
select ARCH_HAVE_FPU
config ARCH_CHIP_STM32F401RD config ARCH_CHIP_STM32F401RD
bool "STM32F401RD" bool "STM32F401RD"
select ARCH_CORTEXM4
select STM32_STM32F4XXX
select STM32_STM32F401xDE select STM32_STM32F401xDE
select STM32_STM32F401
select ARCH_HAVE_FPU
config ARCH_CHIP_STM32F401VD config ARCH_CHIP_STM32F401VD
bool "STM32F401VD" bool "STM32F401VD"
select ARCH_CORTEXM4
select STM32_STM32F4XXX
select STM32_STM32F401xDE select STM32_STM32F401xDE
select STM32_STM32F401
select ARCH_HAVE_FPU
config ARCH_CHIP_STM32F401CE config ARCH_CHIP_STM32F401CE
bool "STM32F401CE" bool "STM32F401CE"
select ARCH_CORTEXM4
select STM32_STM32F4XXX
select STM32_STM32F401xDE select STM32_STM32F401xDE
select STM32_STM32F401
select ARCH_HAVE_FPU
config ARCH_CHIP_STM32F401RE config ARCH_CHIP_STM32F401RE
bool "STM32F401RE" bool "STM32F401RE"
select ARCH_CORTEXM4
select STM32_STM32F4XXX
select STM32_STM32F401xDE select STM32_STM32F401xDE
select STM32_STM32F401
select ARCH_HAVE_FPU
config ARCH_CHIP_STM32F401VE config ARCH_CHIP_STM32F401VE
bool "STM32F401VE" bool "STM32F401VE"
select ARCH_CORTEXM4
select STM32_STM32F4XXX
select STM32_STM32F401xDE select STM32_STM32F401xDE
select STM32_STM32F401
select ARCH_HAVE_FPU
config ARCH_CHIP_STM32F410RB config ARCH_CHIP_STM32F410RB
bool "STM32F410RB" bool "STM32F410RB"
@@ -1622,14 +1574,19 @@ config STM32_STM32F4XXX
config STM32_STM32F401xBC config STM32_STM32F401xBC
bool bool
default n default n
select STM32_STM32F401
config STM32_STM32F401xDE config STM32_STM32F401xDE
bool bool
default n default n
select STM32_STM32F401
config STM32_STM32F401 config STM32_STM32F401
bool bool
default n default n
select ARCH_CORTEXM4
select ARCH_HAVE_FPU
select STM32_STM32F4XXX
select STM32_HAVE_USART6 select STM32_HAVE_USART6
select STM32_HAVE_TIM1 select STM32_HAVE_TIM1
select STM32_HAVE_TIM3 select STM32_HAVE_TIM3
-1
View File
@@ -1,6 +1,5 @@
# CONFIG_ARCH_FPU is not set # CONFIG_ARCH_FPU is not set
# CONFIG_NSH_ARGCAT 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_CMDOPT_HEXDUMP is not set
# CONFIG_NSH_CMDPARMS is not set # CONFIG_NSH_CMDPARMS is not set
# CONFIG_NSH_DISABLE_IFCONFIG is not set # CONFIG_NSH_DISABLE_IFCONFIG is not set