18 lines
302 B
Plaintext
18 lines
302 B
Plaintext
|
# Copyright (c) 2022 Google Inc
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
# Serial Drivers
|
||
|
CONFIG_SERIAL=y
|
||
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
||
|
|
||
|
# Console
|
||
|
CONFIG_CONSOLE=y
|
||
|
CONFIG_UART_CONSOLE=y
|
||
|
|
||
|
# GPIO Controller
|
||
|
CONFIG_GPIO=y
|
||
|
|
||
|
# Enable MPU and HW stack protection
|
||
|
CONFIG_ARM_MPU=y
|
||
|
CONFIG_HW_STACK_PROTECTION=y
|