zephyr/boards/particle/xenon/particle_xenon_defconfig

18 lines
233 B
Plaintext

#
# Copyright (c) 2018, Endre Karlson
#
# 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