summaryrefslogtreecommitdiff
path: root/arch/riscv/cpu/th1520/Kconfig
blob: a02f5f2490670d512f10a806e4abd9b41ecacef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2018, Bin Meng <[email protected]>
# Copyright (C) 2025, Yao Zi <[email protected]>

config THEAD_TH1520
	bool
	select ARCH_EARLY_INIT_R
	select SYS_CACHE_SHIFT_6
	select SUPPORT_SPL
	select BINMAN if SPL
	select SYS_CACHE_THEAD_CMO
	select CLK_THEAD
	select PINCTRL_TH1520
	imply CPU
	imply CPU_RISCV
	imply RISCV_TIMER if (RISCV_SMODE || SPL_RISCV_SMODE)
	imply RISCV_ACLINT if RISCV_MMODE
	imply SPL_RISCV_ACLINT if SPL_RISCV_MMODE
	imply CMD_CPU
	imply SPL_CPU
	imply SPL_OPENSBI
	imply SPL_LOAD_FIT
	imply OF_UPSTREAM