14 lines
221 B
Plaintext
14 lines
221 B
Plaintext
|
# Copyright (c) 2024 Analog Devices, Inc.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
# Enable GPIO
|
||
|
CONFIG_GPIO=y
|
||
|
|
||
|
# Console
|
||
|
CONFIG_CONSOLE=y
|
||
|
CONFIG_UART_CONSOLE=y
|
||
|
|
||
|
# Enable UART
|
||
|
CONFIG_SERIAL=y
|
||
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|