Files
opensbi/lib/utils/cppc/Kconfig
haijiao.liu 78f021d248 lib: Add SG2044 CPPC support
Signed-off-by: haijiao.liu <haijiao.liu@sophgo.com>
2025-04-25 06:30:33 +08:00

25 lines
363 B
Plaintext

# SPDX-License-Identifier: BSD-2-Clause
menu "CPPC Device Support"
config FDT_CPPC
bool "FDT based CPPC drivers"
depends on FDT
default n
if FDT_CPPC
config FDT_CPPC_RPMI
bool "FDT RPMI CPPC driver"
depends on FDT_MAILBOX && RPMI_MAILBOX
default n
config FDT_CPPC_SG2044
bool "FDT SG2044 CPPC driver"
select FDT_CLK_SG2044
default n
endif
endmenu