soc/arm/st_stm32: Add comments on Kconfig.defconfig organization
There are some implicit rules in STM32 family Kconfig.defconfig fragments organizations. Add comments to explicit these rules. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
859b630c51
commit
809bca4585
9 changed files with 35 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# Kconfig symbols common to STM32F3 series
|
||||
|
||||
if SOC_SERIES_STM32F3X
|
||||
|
||||
source "soc/arm/st_stm32/stm32f3/Kconfig.defconfig.stm32f3*"
|
||||
|
@ -14,6 +16,8 @@ config SOC_SERIES
|
|||
|
||||
if GPIO_STM32
|
||||
|
||||
# GPIO ports A, B and C are set in ../common/Kconfig.defconfig.series
|
||||
|
||||
config GPIO_STM32_PORTD
|
||||
default y
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue