1# Copyright (c) 2021-2024 Intel Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4# The Zephyr build from this defconfig is expected to boot from 5# Intel Arm Trusted Firmware (ATF) 6# Boot Flow: BL21 -> BL31 -> Zephyr 7 8CONFIG_ARM_ARCH_TIMER=y 9 10# Serial Drivers 11CONFIG_SERIAL=y 12CONFIG_UART_INTERRUPT_DRIVEN=y 13CONFIG_UART_NS16550_ACCESS_WORD_ONLY=y 14 15# Enable Console 16CONFIG_CONSOLE=y 17CONFIG_UART_CONSOLE=y 18 19# Enable Clock Manager 20CONFIG_CLOCK_CONTROL=y 21 22# For Misc Register Map 23CONFIG_SYSCON=y 24