Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
[platform/kernel/u-boot.git] / arch / riscv / cpu / fu540 / Kconfig
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (C) 2018, Bin Meng <bmeng.cn@gmail.com>
4
5 config SIFIVE_FU540
6         bool
7         select ARCH_EARLY_INIT_R
8         imply CPU
9         imply CPU_RISCV
10         imply RISCV_TIMER
11         imply SIFIVE_CLINT if (RISCV_MMODE || SPL_RISCV_MMODE)
12         imply CMD_CPU
13         imply SPL_CPU_SUPPORT
14         imply SPL_OPENSBI
15         imply SPL_LOAD_FIT