dtsi/Kconfig: arm: st: Add dtsi and Kconfig for SOC variant STM32F401XC

This PR adds the dtsi and Kconfig for the SOC variant STM32F401XC.

Signed-off-by: NavinSankar Velliangiri <navin@linumiz.com>
This commit is contained in:
NavinSankar Velliangiri 2019-10-06 13:26:01 +05:30 committed by Maureen Helm
commit bcf6d52dd1
3 changed files with 43 additions and 0 deletions

View file

@ -9,6 +9,9 @@ choice
prompt "STM32F4x MCU Selection"
depends on SOC_SERIES_STM32F4X
config SOC_STM32F401XC
bool "STM32F401XC"
config SOC_STM32F401XE
bool "STM32F401XE"