summaryrefslogtreecommitdiff
path: root/lib/utils/cppc/Kconfig
diff options
context:
space:
mode:
authorSubrahmanya Lingappa <[email protected]>2024-08-07 10:54:01 +0530
committerAnup Patel <[email protected]>2024-12-06 09:26:47 +0530
commit591a98bdd549b20504ffda41a41346ad2248ea4d (patch)
tree34a0c82f9dc0181739377edadd541082a8f46e94 /lib/utils/cppc/Kconfig
parent54e632b72e80101cf733c47ad1c419d23a8b78e7 (diff)
lib: utils/cppc: Add RPMI CPPC driver
Add RPMI based driver for CPPC register read, write and probe. Signed-off-by: Subrahmanya Lingappa <[email protected]> Co-developed-by: Rahul Pathak <[email protected]> Signed-off-by: Rahul Pathak <[email protected]> Co-developed-by: Sunil V L <[email protected]> Signed-off-by: Sunil V L <[email protected]> Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib/utils/cppc/Kconfig')
-rw-r--r--lib/utils/cppc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/utils/cppc/Kconfig b/lib/utils/cppc/Kconfig
index 08d1c97f..494f6894 100644
--- a/lib/utils/cppc/Kconfig
+++ b/lib/utils/cppc/Kconfig
@@ -7,4 +7,13 @@ config FDT_CPPC
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
+
+endif
+
endmenu