blob: 3f145415eb9943384eb707428db69317feefff9b [file] [log] [blame]
Yanhong Wang5203a632023-03-29 11:42:18 +08001# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (C) 2022 StarFive Technology Co., Ltd.
4
5config STARFIVE_JH7110
6 bool
7 select ARCH_EARLY_INIT_R
8 select CLK_JH7110
9 select CPU
10 select CPU_RISCV
11 select RAM
12 select RESET_JH7110
13 select SUPPORT_SPL
14 select SPL_RAM if SPL
15 select SPL_STARFIVE_DDR
16 select PINCTRL_STARFIVE_JH7110
17 imply MMC
18 imply MMC_BROKEN_CD
19 imply MMC_SPI
20 imply RISCV_TIMER if (RISCV_SMODE || SPL_RISCV_SMODE)
21 imply SIFIVE_CACHE
22 imply SIFIVE_CCACHE
23 imply SMP
24 imply SPI
25 imply SPL_CPU
26 imply SPL_LOAD_FIT
27 imply SPL_OPENSBI
28 imply SPL_SIFIVE_CLINT