30 lines
526 B
Plaintext
30 lines
526 B
Plaintext
# Copyright (c) 2018 Aapo Vienamo
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Enable regulators
|
|
CONFIG_REGULATOR=y
|
|
|
|
# Enable MPU
|
|
CONFIG_ARM_MPU=y
|
|
|
|
# Enable hardware stack protection
|
|
CONFIG_HW_STACK_PROTECTION=y
|
|
|
|
# Enable RTT
|
|
CONFIG_USE_SEGGER_RTT=y
|
|
|
|
# Enable regulators (init priority adjusted so that they
|
|
# are turned before I2C GPIO expander)
|
|
CONFIG_REGULATOR=y
|
|
CONFIG_REGULATOR_FIXED_INIT_PRIORITY=45
|
|
|
|
# Enable GPIO
|
|
CONFIG_GPIO=y
|
|
|
|
# Enable UART driver
|
|
CONFIG_SERIAL=y
|
|
|
|
# Enable console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|