zephyr/boards/sparc/qemu_leon3/qemu_leon3_defconfig
Kumar Gala 390464ce3b timers: remove defconfig setting of timer drivers
Now that timer drivers are enabled based on devicetree we can
remove any cases of them getting enabled by *_defconfig files.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-09-09 09:58:48 +00:00

10 lines
196 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_LEON3=y
CONFIG_BOARD_QEMU_LEON3=y
CONFIG_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_CONSOLE=y
CONFIG_EXTRA_EXCEPTION_INFO=y
CONFIG_QEMU_ICOUNT_SHIFT=6