A few option defaults that were so far defined in the board _defconfig files are actually entirely SoC family (nRF54L) dependant, so it makes much more sense to have them defined at the SoC family level in order for all boards based on these SoCs to automatically inherit them. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
18 lines
304 B
Text
18 lines
304 B
Text
# Copyright (c) 2024 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Enable UART driver
|
|
CONFIG_SERIAL=y
|
|
|
|
# Enable console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# Enable GPIO
|
|
CONFIG_GPIO=y
|
|
|
|
# Enable MPU
|
|
CONFIG_ARM_MPU=y
|
|
|
|
# Enable hardware stack protection
|
|
CONFIG_HW_STACK_PROTECTION=y
|