# # Copyright 2024 NXP # # SPDX-License-Identifier: Apache-2.0 # # clock-related configurations CONFIG_CLOCK_CONTROL=y # serial interface-related configurations CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y CONFIG_UART_CONSOLE=y CONFIG_CONSOLE=y # SCMI-related configurations CONFIG_MBOX=y CONFIG_MBOX_INIT_PRIORITY=0 CONFIG_ARM_SCMI=y # kernel-related configurations CONFIG_XIP=n