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# Pinmux Driver 22CONFIG_PINMUX=y 23 24# GPIO Controller 25CONFIG_GPIO=y 26 27# Enable Clocks 28CONFIG_CLOCK_CONTROL=y 29