abca917055
Adjustments of dts and defconfig files to adjust for the MERGE removal. The revert of MERGE requires specific dts and defconfig files for boards which relied on the MERGE feature. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
22 lines
365 B
Plaintext
22 lines
365 B
Plaintext
#
|
|
# Copyright (c) 2021, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_SHELL=y
|
|
CONFIG_UART_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_ARM_MPU=y
|
|
CONFIG_HW_STACK_PROTECTION=y
|
|
CONFIG_FLEXSPI_CONFIG_BLOCK_OFFSET=0x400
|
|
CONFIG_PINCTRL=y
|
|
|
|
# Enable Regulators
|
|
CONFIG_REGULATOR=y
|
|
CONFIG_REGULATOR_FIXED_INIT_PRIORITY=75
|
|
|
|
CONFIG_TICKLESS_KERNEL=n
|