forked from Mirrors/opensbi
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>
This commit is contained in:
10
lib/utils/cppc/Kconfig
Normal file
10
lib/utils/cppc/Kconfig
Normal file
@@ -0,0 +1,10 @@
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
menu "CPPC Device Support"
|
||||
|
||||
config FDT_CPPC
|
||||
bool "FDT based CPPC drivers"
|
||||
depends on FDT
|
||||
default n
|
||||
|
||||
endmenu
|
Reference in New Issue
Block a user