# SPDX-License-Identifier: Apache-2.0 # Copyright (c) 2020 Alexander Kozhinov # Copyright (c) 2024 Tomas Jurena # Enable GPIO CONFIG_GPIO=y # Enable clock CONFIG_CLOCK_CONTROL=y # By default SERIAL peripherals are assigned to m7 # Enable uart driver #CONFIG_SERIAL=y # Console #CONFIG_CONSOLE=y #CONFIG_UART_CONSOLE=y