1# Copyright (c) 2018 Aapo Vienamo 2# SPDX-License-Identifier: Apache-2.0 3 4# Enable regulators 5CONFIG_REGULATOR=y 6 7# Enable MPU 8CONFIG_ARM_MPU=y 9 10# Enable hardware stack protection 11CONFIG_HW_STACK_PROTECTION=y 12 13# Enable RTT 14CONFIG_USE_SEGGER_RTT=y 15 16# Enable regulators (init priority adjusted so that they 17# are turned before I2C GPIO expander) 18CONFIG_REGULATOR=y 19CONFIG_REGULATOR_FIXED_INIT_PRIORITY=45 20 21# Enable GPIO 22CONFIG_GPIO=y 23 24# Enable UART driver 25CONFIG_SERIAL=y 26 27# Enable console 28CONFIG_CONSOLE=y 29CONFIG_UART_CONSOLE=y 30