1# SPDX-License-Identifier: Apache-2.0 2 3CONFIG_QEMU_ICOUNT_SHIFT=6 4 5# Enable GPIO 6CONFIG_GPIO=y 7 8# Clock control 9CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y 10 11# Enable UART driver 12CONFIG_SERIAL=y 13 14# Enable console 15CONFIG_CONSOLE=y 16CONFIG_UART_CONSOLE=y 17 18# icount is kinda broken when the NRF timer emulation is used 19CONFIG_QEMU_ICOUNT=n 20