soc: st: stm32: stm32f1x: remove hwmv1 stuff
Remove forgotten "config SOC..." stuff. Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
This commit is contained in:
parent
5d44e36779
commit
d3c9a986ec
1 changed files with 1 additions and 7 deletions
|
|
@ -1,13 +1,10 @@
|
|||
# ST Microelectronics STM32F100XX MCU
|
||||
# STMicroelectronics STM32F100XX MCU
|
||||
|
||||
# Copyright (c) 2020, Jonas Eriksson, Up to Code AB
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if SOC_STM32F100XB
|
||||
|
||||
config SOC
|
||||
default "stm32f100xb"
|
||||
|
||||
config NUM_IRQS
|
||||
default 56
|
||||
|
||||
|
|
@ -15,9 +12,6 @@ endif # SOC_STM32F100XB
|
|||
|
||||
if SOC_STM32F100XE
|
||||
|
||||
config SOC
|
||||
default "stm32f100xe"
|
||||
|
||||
config NUM_IRQS
|
||||
default 61
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue