summaryrefslogtreecommitdiff
path: root/arch/riscv/cpu/generic/Kconfig
blob: 1d6ab5032da5f766d293e6cff00f66e996c08857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com>

config GENERIC_RISCV
	bool
	select ARCH_EARLY_INIT_R
	imply CPU
	imply CPU_RISCV
	imply RISCV_TIMER
	imply SIFIVE_CLINT if RISCV_MMODE
	imply CMD_CPU