2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2017-10-27 23:22:41 +08:00
|
|
|
# Zephyr Kernel Configuration
|
|
|
|
CONFIG_SOC_SERIES_STM32F0X=y
|
|
|
|
|
|
|
|
# Platform Configuration
|
|
|
|
CONFIG_SOC_STM32F091XC=y
|
|
|
|
|
|
|
|
# Serial Drivers
|
|
|
|
CONFIG_SERIAL=y
|
|
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
2017-12-29 03:20:20 +08:00
|
|
|
# enable console
|
2017-10-27 23:22:41 +08:00
|
|
|
CONFIG_CONSOLE=y
|
|
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
|
|
|
|
# GPIO Controller
|
|
|
|
CONFIG_GPIO=y
|
|
|
|
|
2021-04-29 20:59:56 +08:00
|
|
|
# Enable Clocks
|
2017-10-27 23:22:41 +08:00
|
|
|
CONFIG_CLOCK_CONTROL=y
|
2021-09-30 21:32:01 +08:00
|
|
|
|
|
|
|
# enable pin controller
|
|
|
|
CONFIG_PINCTRL=y
|