2022-08-08 12:03:31 +08:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
|
|
|
|
menu "System Device Support"
|
|
|
|
|
2023-01-20 11:05:10 +08:00
|
|
|
config SYS_ATCSMU
|
|
|
|
bool "Andes System Management Unit (SMU) support"
|
|
|
|
default n
|
|
|
|
|
2022-08-08 12:03:31 +08:00
|
|
|
config SYS_HTIF
|
|
|
|
bool "Host transfere interface (HTIF) support"
|
|
|
|
default n
|
|
|
|
|
|
|
|
endmenu
|