zephyr/boards/sparc/gr716a_mini/Kconfig.defconfig
Martin Åberg 697baf1c47 boards/sparc: default to UART_INTERRUPT_DRIVEN
Use the UART interrupt support.

Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
2021-01-21 15:53:03 -05:00

17 lines
245 B
Plaintext

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