forked from Mirrors/opensbi

The functionality of SiFive Test reset driver is easily available through Syscon reset driver so let us remove the SiFive Test driver. Signed-off-by: Anup Patel <apatel@ventanamicro.com>
14 lines
236 B
Plaintext
14 lines
236 B
Plaintext
# 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
|