blob: 78464adc4aaef8dd144d93239c81ea48bb9e1bf8 [file] [log] [blame]
#
# Copyright (c) 2018 Matthias Boesl
# Copyright (c) 2018 Peter Bigot Consulting, LLC
#
# SPDX-License-Identifier: Apache-2.0
# Enable MPU
CONFIG_ARM_MPU=y
# enable GPIO
CONFIG_GPIO=y
# enable uart driver
CONFIG_SERIAL=y
# enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y