1# 2# Copyright 2024 NXP 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7# clock-related configurations 8CONFIG_CLOCK_CONTROL=y 9 10# serial interface-related configurations 11CONFIG_SERIAL=y 12CONFIG_UART_INTERRUPT_DRIVEN=y 13CONFIG_UART_CONSOLE=y 14CONFIG_CONSOLE=y 15 16# SCMI-related configurations 17CONFIG_MBOX=y 18CONFIG_MBOX_INIT_PRIORITY=0 19CONFIG_ARM_SCMI=y 20 21# kernel-related configurations 22CONFIG_XIP=n 23