1# SPDX-License-Identifier: Apache-2.0 2 3# Zephyr Kernel Configuration 4CONFIG_SOC_SERIES_STM32F0X=y 5 6# Platform Configuration 7CONFIG_SOC_STM32F070XB=y 8 9# Serial Drivers 10CONFIG_SERIAL=y 11CONFIG_UART_INTERRUPT_DRIVEN=y 12# enable console 13CONFIG_CONSOLE=y 14CONFIG_UART_CONSOLE=y 15 16# GPIO Controller 17CONFIG_GPIO=y 18 19# Clock Control 20CONFIG_CLOCK_CONTROL=y 21 22# enable pin controller 23CONFIG_PINCTRL=y 24