Files
opensbi/lib/utils/sys/Kconfig
Yu Chien Peter Lin 9c4eb3521e lib: utils: atcsmu: Add Andes System Management Unit support
This patch adds atcsmu support for Andes AE350 platforms. The SMU
provides system management capabilities, including clock, reset
and power control based on power domain partitions.

Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
2023-01-22 17:32:50 +05:30

18 lines
299 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
config SYS_SIFIVE_TEST
bool "SiFive test support"
default n
endmenu