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:
Abderrahmane Jarmouni 2024-05-03 00:22:43 +02:00 committed by Fabio Baltieri
parent 5d44e36779
commit d3c9a986ec

View file

@ -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