From: Peter Robinson <[email protected]>

Enable the Intel Dynamic Platform and Thermal Framework on all
x86 kernels, and sync the sub components in common/generic/x86.

Signed-off-by: Peter Robinson <[email protected]>
---
 .../common/generic/CONFIG_DPTF_PCH_FIVR       |  1 -
 .../common/generic/x86/CONFIG_ACPI_DPTF       |  1 +
 .../common/generic/x86/CONFIG_DPTF_PCH_FIVR   |  1 +
 .../generic/x86}/CONFIG_DPTF_POWER            |  0
 .../fedora/generic/x86/CONFIG_ACPI_DPTF       | 24 -------------------
 .../fedora/generic/x86/CONFIG_DPTF_PCH_FIVR   | 24 -------------------
 .../fedora/generic/x86/CONFIG_DPTF_POWER      |  1 -
 .../pending-common/generic/CONFIG_ACPI_DPTF   | 24 -------------------
 8 files changed, 2 insertions(+), 74 deletions(-)
 delete mode 100644 redhat/configs/common/generic/CONFIG_DPTF_PCH_FIVR
 create mode 100644 redhat/configs/common/generic/x86/CONFIG_ACPI_DPTF
 create mode 100644 redhat/configs/common/generic/x86/CONFIG_DPTF_PCH_FIVR
 rename redhat/configs/{ark/generic/x86/x86_64 => 
common/generic/x86}/CONFIG_DPTF_POWER (100%)
 delete mode 100644 redhat/configs/fedora/generic/x86/CONFIG_ACPI_DPTF
 delete mode 100644 redhat/configs/fedora/generic/x86/CONFIG_DPTF_PCH_FIVR
 delete mode 100644 redhat/configs/fedora/generic/x86/CONFIG_DPTF_POWER
 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_ACPI_DPTF

diff --git a/redhat/configs/common/generic/CONFIG_DPTF_PCH_FIVR 
b/redhat/configs/common/generic/CONFIG_DPTF_PCH_FIVR
deleted file mode 100644
index e201b9b14135..000000000000
--- a/redhat/configs/common/generic/CONFIG_DPTF_PCH_FIVR
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_DPTF_PCH_FIVR is not set
diff --git a/redhat/configs/common/generic/x86/CONFIG_ACPI_DPTF 
b/redhat/configs/common/generic/x86/CONFIG_ACPI_DPTF
new file mode 100644
index 000000000000..22e8cec522d0
--- /dev/null
+++ b/redhat/configs/common/generic/x86/CONFIG_ACPI_DPTF
@@ -0,0 +1 @@
+CONFIG_ACPI_DPTF=y
diff --git a/redhat/configs/common/generic/x86/CONFIG_DPTF_PCH_FIVR 
b/redhat/configs/common/generic/x86/CONFIG_DPTF_PCH_FIVR
new file mode 100644
index 000000000000..84a2775c19e5
--- /dev/null
+++ b/redhat/configs/common/generic/x86/CONFIG_DPTF_PCH_FIVR
@@ -0,0 +1 @@
+CONFIG_DPTF_PCH_FIVR=m
diff --git a/redhat/configs/ark/generic/x86/x86_64/CONFIG_DPTF_POWER 
b/redhat/configs/common/generic/x86/CONFIG_DPTF_POWER
similarity index 100%
rename from redhat/configs/ark/generic/x86/x86_64/CONFIG_DPTF_POWER
rename to redhat/configs/common/generic/x86/CONFIG_DPTF_POWER
diff --git a/redhat/configs/fedora/generic/x86/CONFIG_ACPI_DPTF 
b/redhat/configs/fedora/generic/x86/CONFIG_ACPI_DPTF
deleted file mode 100644
index 0ab607006652..000000000000
--- a/redhat/configs/fedora/generic/x86/CONFIG_ACPI_DPTF
+++ /dev/null
@@ -1,24 +0,0 @@
-# CONFIG_ACPI_DPTF:
-# 
-# Intel Dynamic Platform and Thermal Framework (DPTF) is a platform
-# level hardware/software solution for power and thermal management.
-# 
-# As a container for multiple power/thermal technologies, DPTF provides
-# a coordinated approach for different policies to effect the hardware
-# state of a system.
-# 
-# For more information see:
-# 
<https://01.org/intel%C2%AE-dynamic-platform-and-thermal-framework-dptf-chromium-os/overview>
-# 
-# Symbol: ACPI_DPTF [=n]
-# Type  : bool
-# Defined at drivers/acpi/dptf/Kconfig:3
-#   Prompt: Intel DPTF (Dynamic Platform and Thermal Framework) Support
-#   Depends on: ACPI [=y] && X86 [=y]
-#   Location:
-#     -> Power management and ACPI options
-#       -> ACPI (Advanced Configuration and Power Interface) Support (ACPI 
[=y])
-# 
-# 
-# 
-CONFIG_ACPI_DPTF=y
diff --git a/redhat/configs/fedora/generic/x86/CONFIG_DPTF_PCH_FIVR 
b/redhat/configs/fedora/generic/x86/CONFIG_DPTF_PCH_FIVR
deleted file mode 100644
index 20543f5c2c96..000000000000
--- a/redhat/configs/fedora/generic/x86/CONFIG_DPTF_PCH_FIVR
+++ /dev/null
@@ -1,24 +0,0 @@
-# CONFIG_DPTF_PCH_FIVR:
-# 
-# This driver adds support for Dynamic Platform and Thermal Framework
-# (DPTF) PCH FIVR Participant device support. This driver allows to
-# switch PCH FIVR (Fully Integrated Voltage Regulator) frequency.
-# This participant is responsible for exposing:
-#       freq_mhz_low_clock
-#       freq_mhz_high_clock
-# 
-# To compile this driver as a module, choose M here:
-# the module will be called dptf_pch_fivr.
-# 
-# Symbol: DPTF_PCH_FIVR [=n]
-# Type  : tristate
-# Defined at drivers/acpi/dptf/Kconfig:18
-#   Prompt: DPTF PCH FIVR Participant
-#   Depends on: ACPI [=y] && X86 [=y]
-#   Location:
-#     -> Power management and ACPI options
-#       -> ACPI (Advanced Configuration and Power Interface) Support (ACPI 
[=y])
-# 
-# 
-# 
-CONFIG_DPTF_PCH_FIVR=m
diff --git a/redhat/configs/fedora/generic/x86/CONFIG_DPTF_POWER 
b/redhat/configs/fedora/generic/x86/CONFIG_DPTF_POWER
deleted file mode 100644
index d5825880aed3..000000000000
--- a/redhat/configs/fedora/generic/x86/CONFIG_DPTF_POWER
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_DPTF_POWER=m
diff --git a/redhat/configs/pending-common/generic/CONFIG_ACPI_DPTF 
b/redhat/configs/pending-common/generic/CONFIG_ACPI_DPTF
deleted file mode 100644
index f27c7ffb3d1e..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_ACPI_DPTF
+++ /dev/null
@@ -1,24 +0,0 @@
-# CONFIG_ACPI_DPTF:
-# 
-# Intel Dynamic Platform and Thermal Framework (DPTF) is a platform
-# level hardware/software solution for power and thermal management.
-# 
-# As a container for multiple power/thermal technologies, DPTF provides
-# a coordinated approach for different policies to effect the hardware
-# state of a system.
-# 
-# For more information see:
-# 
<https://01.org/intel%C2%AE-dynamic-platform-and-thermal-framework-dptf-chromium-os/overview>
-# 
-# Symbol: ACPI_DPTF [=n]
-# Type  : bool
-# Defined at drivers/acpi/dptf/Kconfig:3
-#   Prompt: Intel DPTF (Dynamic Platform and Thermal Framework) Support
-#   Depends on: ACPI [=y] && X86 [=y]
-#   Location:
-#     -> Power management and ACPI options
-#       -> ACPI (Advanced Configuration and Power Interface) Support (ACPI 
[=y])
-# 
-# 
-# 
-# CONFIG_ACPI_DPTF is not set
-- 
GitLab
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to