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
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
View File
@@ -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