20 lines
357 B
Plaintext
20 lines
357 B
Plaintext
# Texas Instruments Sitara AM62x-SK-M4 EVM
|
|
#
|
|
# Copyright (c) 2023 Texas Instruments Incorporated
|
|
# Copyright (c) 2023 L Lakshmanan
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Platform Configuration
|
|
CONFIG_CORTEX_M_SYSTICK=y
|
|
|
|
# Zephyr Kernel Configuration
|
|
CONFIG_XIP=n
|
|
|
|
# Serial Driver
|
|
CONFIG_SERIAL=y
|
|
|
|
# Enable Console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|