mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 03:45:20 +00:00
11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
# Copyright (c) 2025 ENE Technology Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Enable console & UART driver
|
|
CONFIG_SERIAL=y
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# Enable GPIO
|
|
CONFIG_GPIO=y
|