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

menu "System Device Support"

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

config SYS_SIFIVE_TEST
	bool "SiFive test support"
	default n

endmenu