mirror of
https://github.com/ukui/opensbi.git
synced 2026-03-09 09:34:51 -07:00
14 lines
218 B
Plaintext
14 lines
218 B
Plaintext
# 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
|