aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/riscv.scc
blob: 5e4b952d3ddc87b312cda46601d11e0f3dfaf615 (plain)
1
2
3
4
5
# SPDX-License-Identifier: MIT
if [ "$KARCH" = "riscv" ]; then
	kconf hardware riscv.cfg
	include cfg/timer/hz_100.scc
fi