1# Ronoth LoDev board configuration 2# Copyright (c) 2021 Dean Weiten <dmw@weiten.com> 3# SPDX-License-Identifier: Apache-2.0 4 5# Zephyr Kernel Configuration 6CONFIG_SOC_SERIES_STM32L0X=y 7 8# Platform Configuration 9CONFIG_SOC_STM32L073XX=y 10 11# Enable MPU 12CONFIG_ARM_MPU=y 13 14# Serial Drivers 15CONFIG_SERIAL=y 16CONFIG_UART_INTERRUPT_DRIVEN=y 17# enable console 18CONFIG_CONSOLE=y 19CONFIG_UART_CONSOLE=y 20 21# GPIO Controller 22CONFIG_GPIO=y 23 24# Enable Clocks 25CONFIG_CLOCK_CONTROL=y 26 27# enable pin controller 28CONFIG_PINCTRL=y 29