| # SPDX-License-Identifier: Apache-2.0 | |
| # Copyright (c) 2020 Alexander Kozhinov <AlexanderKozhinov@yandex.com> | |
| # Copyright (c) 2024 Tomas Jurena <jurena@utb.cz> | |
| # 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 | |
| # enable pin controller | |
| CONFIG_PINCTRL=y |