]> Git Repo - J-u-boot.git/blob - arch/riscv/cpu/generic/Kconfig
198e36e969bb12f8f9f404acfcd36ea54ab3705b
[J-u-boot.git] / arch / riscv / cpu / generic / Kconfig
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (C) 2018, Bin Meng <[email protected]>
4
5 config GENERIC_RISCV
6         bool
7         select ARCH_EARLY_INIT_R
8         imply CPU
9         imply CPU_RISCV
10         imply RISCV_TIMER if (RISCV_SMODE || SPL_RISCV_SMODE)
11         imply SIFIVE_CLINT if (RISCV_MMODE || SPL_RISCV_MMODE)
12         imply CMD_CPU
13         imply SPL_CPU
14         imply SPL_OPENSBI
15         imply SPL_LOAD_FIT
This page took 0.015807 seconds and 2 git commands to generate.