Files
opensbi/lib/utils/cppc/Kconfig
Anup Patel 54e632b72e lib: utils: Add simple FDT based CPPC driver framework
The generic platform can have multiple CPPC drivers so add a simple
FDT based CPPC driver framework.

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
2024-12-06 09:26:45 +05:30

11 lines
152 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
endmenu