1# Copyright (c) 2022 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4# Enable MPU 5CONFIG_ARM_MPU=y 6 7# Enable hardware stack protection 8CONFIG_HW_STACK_PROTECTION=y 9 10# Enable GPIO 11CONFIG_GPIO=y 12 13# Enable UART driver 14CONFIG_SERIAL=y 15 16# Enable console 17CONFIG_CONSOLE=y 18CONFIG_UART_CONSOLE=y 19 20# Use internal oscillator 21CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y 22