arm: soc: move arm SoCs to top-dir
Move the SoC outside of the architecture tree and put them at the same level as boards and architectures allowing both SoCs and boards to be maintained outside the tree. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
5744437d25
commit
70d819b405
426 changed files with 62 additions and 63 deletions
21
soc/arm/st_stm32/stm32f7/Kconfig.soc
Normal file
21
soc/arm/st_stm32/stm32f7/Kconfig.soc
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Kconfig.soc - ST Microelectronics STM32F7 MCU line
|
||||
#
|
||||
# Copyright (c) 2018 Yurii Hamann
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
choice
|
||||
prompt "STM32F7x MCU Selection"
|
||||
depends on SOC_SERIES_STM32F7X
|
||||
|
||||
config SOC_STM32F723XE
|
||||
bool "STM32F723XE"
|
||||
|
||||
config SOC_STM32F746XG
|
||||
bool "STM32F746XG"
|
||||
|
||||
config SOC_STM32F769XI
|
||||
bool "STM32F769XI"
|
||||
|
||||
endchoice
|
Loading…
Add table
Add a link
Reference in a new issue