summaryrefslogtreecommitdiff
path: root/lib/utils/sys/Kconfig
blob: 76190f8c52a16f4b445a78c23390cb52cf2527d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: BSD-2-Clause

menu "System Device Support"

config SYS_ATCSMU
	bool "Andes System Management Unit (SMU) support"
	default n

config SYS_HTIF
	bool "Host transfere interface (HTIF) support"
	default n

config SYS_SIFIVE_TEST
	bool "SiFive test support"
	default n

endmenu