16 lines
334 B
Plaintext
16 lines
334 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (c) 2020 Alexander Kozhinov <ak.alexander.kozhinov@gmail.com>
|
|
# Copyright (c) 2024 Tomas Jurena <jurena@utb.cz>
|
|
|
|
# Enable GPIO
|
|
CONFIG_GPIO=y
|
|
|
|
# By default SERIAL peripherals are assigned to m7
|
|
|
|
# Enable uart driver
|
|
#CONFIG_SERIAL=y
|
|
|
|
# Console
|
|
#CONFIG_CONSOLE=y
|
|
#CONFIG_UART_CONSOLE=y
|