zephyr/boards/sparc/qemu_leon3/Kconfig.defconfig

14 lines
189 B
Plaintext

# Copyright (c) 2019-2020 Cobham Gaisler AB
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_QEMU_LEON3
config BOARD
default "qemu_leon3"
config UART_INTERRUPT_DRIVEN
default y
endif