18 lines
258 B
Plaintext
18 lines
258 B
Plaintext
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
# Enable MPU
|
||
|
CONFIG_ARM_MPU=y
|
||
|
|
||
|
# Enable hardware stack protection
|
||
|
CONFIG_HW_STACK_PROTECTION=y
|
||
|
|
||
|
# Enable GPIO
|
||
|
CONFIG_GPIO=y
|
||
|
|
||
|
# Enable uart driver
|
||
|
CONFIG_SERIAL=y
|
||
|
|
||
|
# Enable console
|
||
|
CONFIG_CONSOLE=y
|
||
|
CONFIG_UART_CONSOLE=y
|