Use compatible information to configure i2c stm32. With this, driver version selection is done thanks to compatible and it is not needed anymore to do this via Kconfig symbol selection under soc/ Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
15 lines
312 B
Text
15 lines
312 B
Text
# ST Microelectronics STM32H7 MCU line
|
|
|
|
# Copyright (c) 2019 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Kconfig symbols common to STM32H7 series
|
|
|
|
if SOC_SERIES_STM32H7X
|
|
|
|
source "soc/arm/st_stm32/stm32h7/Kconfig.defconfig.stm32h7*"
|
|
|
|
config SOC_SERIES
|
|
default "stm32h7"
|
|
|
|
endif # SOC_SERIES_STM32H7X
|