Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
# Copyright (c) 2021 Katsuhiro Suzuki
# SPDX-License-Identifier: Apache-2.0

if BOARD_HIFIVE_UNMATCHED

config BOARD
	default "hifive_unmatched"

config SYS_CLOCK_TICKS_PER_SEC
	default 1000

config SYS_CLOCK_HW_CYCLES_PER_SEC
	default 1000000

config SPI_SIFIVE
	default y
	depends on SPI

config UART_SIFIVE
	default y
	depends on SERIAL

endif