Files
opensbi/lib/utils/sys/Kconfig
Anup Patel c2e602707d lib: utils/reset: Remove SiFive Test reset driver
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>
2023-07-31 14:09:24 +05:30

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