697baf1c47
Use the UART interrupt support. Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
20 lines
279 B
Plaintext
20 lines
279 B
Plaintext
# Copyright (c) 2019-2020 Cobham Gaisler AB
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_GENERIC_LEON3
|
|
|
|
config BOARD
|
|
default "generic_leon3"
|
|
|
|
config SPARC_CASA
|
|
default n
|
|
|
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|
default 50000000
|
|
|
|
config UART_INTERRUPT_DRIVEN
|
|
default y
|
|
|
|
endif
|