Converted over all STM32F1 based boards to use device tree and removed associated bits that now come from the device tree for STM32F1. Also renamed the STM32F10{3,7} SoC dtsi to try and make it clear that the 'X' is a place holder. Fixedup the top level compatiables in the boards to be the specific 'X' instead of the generic one. Boards that are now using devicetree: * Nucleo f103rb * STM3210C Eval * STM32 MINI A15 Change-Id: I29b3634ec7451f974687d55980414efa655e2e96 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
19 lines
254 B
Text
19 lines
254 B
Text
# Kconfig - ST Microelectronics STM32F103VE MCU
|
|
#
|
|
# Copyright (c) 2016 Open-RnD Sp. z o.o.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if SOC_STM32F103XE
|
|
|
|
config SOC
|
|
string
|
|
default stm32f103xe
|
|
|
|
config NUM_IRQS
|
|
int
|
|
default 68
|
|
|
|
endif # SOC_STM32F103XE
|
|
|