blob: c282e80fd587c5e4f5a0b14af32d093816f6b669 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
# Zephyr Kernel Configuration
CONFIG_SOC_SERIES_STM32F1X=y
# Platform Configuration
CONFIG_SOC_STM32F107XC=y
# Serial Drivers
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
# enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# GPIO Controller
CONFIG_GPIO=y
# RCC Controller
CONFIG_CLOCK_CONTROL=y
# enable pin controller
CONFIG_PINCTRL=y