forked from Mirrors/opensbi

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>
11 lines
152 B
Plaintext
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
|