From: Fedora Kernel Team <kernel-t...@fedoraproject.org>

[redhat] New configs in drivers/platform

Hi,

As part of the ongoing rebase effort, the following configuration
options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply
with a better option.

 Symbol: AMD_ISP_PLATFORM [=n]
 Type  : tristate
 Defined at drivers/platform/x86/amd/Kconfig:36
   Prompt: AMD ISP4 platform driver
   Depends on: X86_PLATFORM_DEVICES [=y] && I2C [=y] && X86_64 [=y] && ACPI [=y]
   Location:
     -> Device Drivers
       -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y])
         -> AMD ISP4 platform driver (AMD_ISP_PLATFORM [=n])

 Commit: 90b85567e457 (platform/x86: Add AMD ISP platform config for OV05C10)

---

 Symbol: DASHARO_ACPI [=n]
 Type  : tristate
 Defined at drivers/platform/x86/Kconfig:1093
   Prompt: Dasharo ACPI Platform Driver
   Depends on: X86_PLATFORM_DEVICES [=y] && ACPI [=y] && HWMON [=y]
   Location:
     -> Device Drivers
       -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y])
         -> Dasharo ACPI Platform Driver (DASHARO_ACPI [=n])

 Commit: 841bceb53214 (platform/x86: Introduce dasharo-acpi platform driver)

---

 Symbol: MLXREG_DPU [=n]
 Type  : tristate
 Defined at drivers/platform/mellanox/Kconfig:30
   Prompt: Nvidia Data Processor Unit platform driver support
   Depends on: MELLANOX_PLATFORM [=y] && I2C [=y]
   Location:
     -> Device Drivers
       -> Platform support for Mellanox hardware (MELLANOX_PLATFORM [=y])
         -> Nvidia Data Processor Unit platform driver support (MLXREG_DPU [=n])
 Selects: REGMAP_I2C [=m]

 Commit: d00f779eb09a (platform/mellanox: mlxreg-dpu: Add initial support for 
Nvidia DPU)

---

 Symbol: OXP_EC [=n]
 Type  : tristate
 Defined at drivers/platform/x86/Kconfig:1229
   Prompt: OneXPlayer EC platform control
   Depends on: X86_PLATFORM_DEVICES [=y] && ACPI_EC [=y] && ACPI_BATTERY [=y] 
&& HWMON [=y] && X86 [=y]
   Location:
     -> Device Drivers
       -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y])
         -> OneXPlayer EC platform control (OXP_EC [=n])

 Commit: 3012bb39001c (platform/x86: oxpec: Move hwmon/oxp-sensors to 
platform/x86)

---

 Symbol: PORTWELL_EC [=n]
 Type  : tristate
 Defined at drivers/platform/x86/Kconfig:782
   Prompt: Portwell Embedded Controller driver
   Depends on: X86_PLATFORM_DEVICES [=y] && X86 [=y] && HAS_IOPORT [=y] && 
WATCHDOG [=y] && GPIOLIB [=y]
   Location:
     -> Device Drivers
       -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y])
         -> Portwell Embedded Controller driver (PORTWELL_EC [=n])
 Selects: WATCHDOG_CORE [=y]

 Commit: 835796753310 (platform/x86: portwell-ec: Add GPIO and WDT driver for 
Portwell EC)

---

 Symbol: TUXEDO_NB04_WMI_AB [=n]
 Type  : tristate
 Defined at drivers/platform/x86/tuxedo/nb04/Kconfig:8
   Prompt: TUXEDO NB04 WMI AB Platform Driver
   Depends on: X86_PLATFORM_DEVICES [=y] && ACPI_WMI [=m] && HID [=y]
   Location:
     -> Device Drivers
       -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y])
         -> TUXEDO NB04 WMI AB Platform Driver (TUXEDO_NB04_WMI_AB [=n])

 Commit: cfd84b3f419b (platform/x86/tuxedo: Add virtual LampArray for TUXEDO 
NB04 devices)

---

Signed-off-by: Fedora Kernel Team <kernel-t...@fedoraproject.org>

diff --git a/redhat/configs/pending-rhel/generic/CONFIG_AMD_ISP_PLATFORM 
b/redhat/configs/pending-rhel/generic/CONFIG_AMD_ISP_PLATFORM
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_AMD_ISP_PLATFORM
+++ /dev/null
@@ -1,14 +0,0 @@
-# Symbol: AMD_ISP_PLATFORM [=n]
-# Type  : tristate
-# Defined at drivers/platform/x86/amd/Kconfig:36
-#   Prompt: AMD ISP4 platform driver
-#   Depends on: X86_PLATFORM_DEVICES [=y] && I2C [=y] && X86_64 [=y] && ACPI 
[=y]
-#   Location:
-#     -> Device Drivers
-#       -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y])
-#         -> AMD ISP4 platform driver (AMD_ISP_PLATFORM [=n])
-# 
-# 
-# 
-# Commit: 90b85567e457 (platform/x86: Add AMD ISP platform config for OV05C10)
-# CONFIG_AMD_ISP_PLATFORM is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_DASHARO_ACPI 
b/redhat/configs/pending-rhel/generic/CONFIG_DASHARO_ACPI
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_DASHARO_ACPI
+++ /dev/null
@@ -1,14 +0,0 @@
-# Symbol: DASHARO_ACPI [=n]
-# Type  : tristate
-# Defined at drivers/platform/x86/Kconfig:1093
-#   Prompt: Dasharo ACPI Platform Driver
-#   Depends on: X86_PLATFORM_DEVICES [=y] && ACPI [=y] && HWMON [=y]
-#   Location:
-#     -> Device Drivers
-#       -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y])
-#         -> Dasharo ACPI Platform Driver (DASHARO_ACPI [=n])
-# 
-# 
-# 
-# Commit: 841bceb53214 (platform/x86: Introduce dasharo-acpi platform driver)
-# CONFIG_DASHARO_ACPI is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_MLXREG_DPU 
b/redhat/configs/pending-rhel/generic/CONFIG_MLXREG_DPU
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_MLXREG_DPU
+++ /dev/null
@@ -1,15 +0,0 @@
-# Symbol: MLXREG_DPU [=n]
-# Type  : tristate
-# Defined at drivers/platform/mellanox/Kconfig:30
-#   Prompt: Nvidia Data Processor Unit platform driver support
-#   Depends on: MELLANOX_PLATFORM [=y] && I2C [=y]
-#   Location:
-#     -> Device Drivers
-#       -> Platform support for Mellanox hardware (MELLANOX_PLATFORM [=y])
-#         -> Nvidia Data Processor Unit platform driver support (MLXREG_DPU 
[=n])
-# Selects: REGMAP_I2C [=m]
-# 
-# 
-# 
-# Commit: d00f779eb09a (platform/mellanox: mlxreg-dpu: Add initial support for 
Nvidia DPU)
-# CONFIG_MLXREG_DPU is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_OXP_EC 
b/redhat/configs/pending-rhel/generic/CONFIG_OXP_EC
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_OXP_EC
+++ /dev/null
@@ -1,14 +0,0 @@
-# Symbol: OXP_EC [=n]
-# Type  : tristate
-# Defined at drivers/platform/x86/Kconfig:1229
-#   Prompt: OneXPlayer EC platform control
-#   Depends on: X86_PLATFORM_DEVICES [=y] && ACPI_EC [=y] && ACPI_BATTERY [=y] 
&& HWMON [=y] && X86 [=y]
-#   Location:
-#     -> Device Drivers
-#       -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y])
-#         -> OneXPlayer EC platform control (OXP_EC [=n])
-# 
-# 
-# 
-# Commit: 3012bb39001c (platform/x86: oxpec: Move hwmon/oxp-sensors to 
platform/x86)
-# CONFIG_OXP_EC is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_PORTWELL_EC 
b/redhat/configs/pending-rhel/generic/CONFIG_PORTWELL_EC
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_PORTWELL_EC
+++ /dev/null
@@ -1,15 +0,0 @@
-# Symbol: PORTWELL_EC [=n]
-# Type  : tristate
-# Defined at drivers/platform/x86/Kconfig:782
-#   Prompt: Portwell Embedded Controller driver
-#   Depends on: X86_PLATFORM_DEVICES [=y] && X86 [=y] && HAS_IOPORT [=y] && 
WATCHDOG [=y] && GPIOLIB [=y]
-#   Location:
-#     -> Device Drivers
-#       -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y])
-#         -> Portwell Embedded Controller driver (PORTWELL_EC [=n])
-# Selects: WATCHDOG_CORE [=y]
-# 
-# 
-# 
-# Commit: 835796753310 (platform/x86: portwell-ec: Add GPIO and WDT driver for 
Portwell EC)
-# CONFIG_PORTWELL_EC is not set
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_TUXEDO_NB04_WMI_AB 
b/redhat/configs/pending-rhel/generic/CONFIG_TUXEDO_NB04_WMI_AB
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_TUXEDO_NB04_WMI_AB
+++ /dev/null
@@ -1,14 +0,0 @@
-# Symbol: TUXEDO_NB04_WMI_AB [=n]
-# Type  : tristate
-# Defined at drivers/platform/x86/tuxedo/nb04/Kconfig:8
-#   Prompt: TUXEDO NB04 WMI AB Platform Driver
-#   Depends on: X86_PLATFORM_DEVICES [=y] && ACPI_WMI [=m] && HID [=y]
-#   Location:
-#     -> Device Drivers
-#       -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y])
-#         -> TUXEDO NB04 WMI AB Platform Driver (TUXEDO_NB04_WMI_AB [=n])
-# 
-# 
-# 
-# Commit: cfd84b3f419b (platform/x86/tuxedo: Add virtual LampArray for TUXEDO 
NB04 devices)
-# CONFIG_TUXEDO_NB04_WMI_AB is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_AMD_ISP_PLATFORM 
b/redhat/configs/rhel/generic/CONFIG_AMD_ISP_PLATFORM
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_AMD_ISP_PLATFORM
@@ -0,0 +1 @@
+# CONFIG_AMD_ISP_PLATFORM is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_DASHARO_ACPI 
b/redhat/configs/rhel/generic/CONFIG_DASHARO_ACPI
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_DASHARO_ACPI
@@ -0,0 +1 @@
+# CONFIG_DASHARO_ACPI is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_MLXREG_DPU 
b/redhat/configs/rhel/generic/CONFIG_MLXREG_DPU
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_MLXREG_DPU
@@ -0,0 +1 @@
+# CONFIG_MLXREG_DPU is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_OXP_EC 
b/redhat/configs/rhel/generic/CONFIG_OXP_EC
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_OXP_EC
@@ -0,0 +1 @@
+# CONFIG_OXP_EC is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_PORTWELL_EC 
b/redhat/configs/rhel/generic/CONFIG_PORTWELL_EC
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_PORTWELL_EC
@@ -0,0 +1 @@
+# CONFIG_PORTWELL_EC is not set
diff --git a/redhat/configs/rhel/generic/CONFIG_TUXEDO_NB04_WMI_AB 
b/redhat/configs/rhel/generic/CONFIG_TUXEDO_NB04_WMI_AB
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_TUXEDO_NB04_WMI_AB
@@ -0,0 +1 @@
+# CONFIG_TUXEDO_NB04_WMI_AB is not set

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3913

-- 
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to