summaryrefslogtreecommitdiff
path: root/lib/utils/sys/Kconfig
blob: a22191cd7c261621de5ebddb509ad5eb8f6b54c4 (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_ATCSMU
	bool "Andes System Management Unit (SMU) support"
	default n

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

endmenu