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:
parent
23a866b828
commit
bcf6d52dd1
3 changed files with 43 additions and 0 deletions
|
@ -9,6 +9,9 @@ choice
|
|||
prompt "STM32F4x MCU Selection"
|
||||
depends on SOC_SERIES_STM32F4X
|
||||
|
||||
config SOC_STM32F401XC
|
||||
bool "STM32F401XC"
|
||||
|
||||
config SOC_STM32F401XE
|
||||
bool "STM32F401XE"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue