zephyr/boards/st/stm32g071b_disco/stm32g071b_disco_defconfig

15 lines
236 B
Plaintext

# Copyright 2021 The Chromium OS Authors
#
# SPDX-License-Identifier: Apache-2.0
# Serial Drivers
CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
# enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
# GPIO Controller
CONFIG_GPIO=y