Files
zephyr/boards/v2/gaisler/generic_leon3/Kconfig.defconfig
Jamie McCrae 6a8a0c1647 boards: sparc: generic_leon3: Convert to v2
Converts the board to hwmv2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 14:17:10 +00:00

17 lines
240 B
Plaintext

# Copyright (c) 2019-2020 Cobham Gaisler AB
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_GENERIC_LEON3
config SPARC_CASA
default n
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 50000000
config UART_INTERRUPT_DRIVEN
default y
endif