[OS-BUILD PATCH] [redhat] New configs in drivers/platform

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx>

[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.

 CONFIG_SURFACE_HOTPLUG:

 Driver for out-of-band hot-plug event signaling on Microsoft Surface
 devices with hot-pluggable PCIe cards.

 This driver is used on Surface Book (2 and 3) devices with a
 hot-pluggable discrete GPU (dGPU). When not in use, the dGPU on those
 devices can enter D3cold, which prevents in-band (standard) PCIe
 hot-plug signaling. Thus, without this driver, detaching the base
 containing the dGPU will not correctly update the state of the
 corresponding PCIe device if it is in D3cold. This driver adds support
 for out-of-band hot-plug notifications, ensuring that the device state
 is properly updated even when the device in question is in D3cold.

 Select M or Y here, if you want to (fully) support hot-plugging of
 dGPU devices on the Surface Book 2 and/or 3 during D3cold.

 Symbol: SURFACE_HOTPLUG [=n]
 Type  : tristate
 Defined at drivers/platform/surface/Kconfig:89
   Prompt: Surface Hot-Plug Driver
   Depends on: SURFACE_PLATFORMS [=y] && GPIOLIB [=y]
   Location:
     -> Device Drivers
       -> Microsoft Surface Platform-Specific Device Drivers (SURFACE_PLATFORMS [=y])

---

 CONFIG_X86_PLATFORM_DRIVERS_DELL:

 Say Y here to get to see options for device drivers for various
 Dell x86 platforms, including vendor-specific laptop extension drivers.
 This option alone does not add any kernel code.

 If you say N, all options in this submenu will be skipped and disabled.

 Symbol: X86_PLATFORM_DRIVERS_DELL [=n]
 Type  : bool
 Defined at drivers/platform/x86/dell/Kconfig:6
   Prompt: Dell X86 Platform Specific Device Drivers
   Depends on: X86 [=y] && X86_PLATFORM_DEVICES [=y]
   Location:
     -> Device Drivers
       -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y])

---

Cc: David Arcari <darcari@xxxxxxxxxx>
Cc: Mark Langsdorf <mlangsdo@xxxxxxxxxx>
Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx>

diff a/redhat/configs/common/generic/CONFIG_SURFACE_HOTPLUG b/redhat/configs/common/generic/CONFIG_SURFACE_HOTPLUG
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_SURFACE_HOTPLUG
@@ -0,0 +1 @@
+# CONFIG_SURFACE_HOTPLUG is not set
diff a/redhat/configs/common/generic/CONFIG_X86_PLATFORM_DRIVERS_DELL b/redhat/configs/common/generic/CONFIG_X86_PLATFORM_DRIVERS_DELL
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_X86_PLATFORM_DRIVERS_DELL
@@ -0,0 +1 @@
+# CONFIG_X86_PLATFORM_DRIVERS_DELL is not set
diff a/redhat/configs/pending-common/generic/CONFIG_SURFACE_HOTPLUG b/redhat/configs/pending-common/generic/CONFIG_SURFACE_HOTPLUG
--- a/redhat/configs/pending-common/generic/CONFIG_SURFACE_HOTPLUG
+++ /dev/null
@@ -1,29 +0,0 @@
-# CONFIG_SURFACE_HOTPLUG:
-# 
-# Driver for out-of-band hot-plug event signaling on Microsoft Surface
-# devices with hot-pluggable PCIe cards.
-# 
-# This driver is used on Surface Book (2 and 3) devices with a
-# hot-pluggable discrete GPU (dGPU). When not in use, the dGPU on those
-# devices can enter D3cold, which prevents in-band (standard) PCIe
-# hot-plug signaling. Thus, without this driver, detaching the base
-# containing the dGPU will not correctly update the state of the
-# corresponding PCIe device if it is in D3cold. This driver adds support
-# for out-of-band hot-plug notifications, ensuring that the device state
-# is properly updated even when the device in question is in D3cold.
-# 
-# Select M or Y here, if you want to (fully) support hot-plugging of
-# dGPU devices on the Surface Book 2 and/or 3 during D3cold.
-# 
-# Symbol: SURFACE_HOTPLUG [=n]
-# Type  : tristate
-# Defined at drivers/platform/surface/Kconfig:89
-#   Prompt: Surface Hot-Plug Driver
-#   Depends on: SURFACE_PLATFORMS [=y] && GPIOLIB [=y]
-#   Location:
-#     -> Device Drivers
-#       -> Microsoft Surface Platform-Specific Device Drivers (SURFACE_PLATFORMS [=y])
-# 
-# 
-# 
-# CONFIG_SURFACE_HOTPLUG is not set
diff a/redhat/configs/pending-common/generic/CONFIG_X86_PLATFORM_DRIVERS_DELL b/redhat/configs/pending-common/generic/CONFIG_X86_PLATFORM_DRIVERS_DELL
--- a/redhat/configs/pending-common/generic/CONFIG_X86_PLATFORM_DRIVERS_DELL
+++ /dev/null
@@ -1,20 +0,0 @@
-# CONFIG_X86_PLATFORM_DRIVERS_DELL:
-# 
-# Say Y here to get to see options for device drivers for various
-# Dell x86 platforms, including vendor-specific laptop extension drivers.
-# This option alone does not add any kernel code.
-# 
-# If you say N, all options in this submenu will be skipped and disabled.
-# 
-# Symbol: X86_PLATFORM_DRIVERS_DELL [=n]
-# Type  : bool
-# Defined at drivers/platform/x86/dell/Kconfig:6
-#   Prompt: Dell X86 Platform Specific Device Drivers
-#   Depends on: X86 [=y] && X86_PLATFORM_DEVICES [=y]
-#   Location:
-#     -> Device Drivers
-#       -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y])
-# 
-# 
-# 
-# CONFIG_X86_PLATFORM_DRIVERS_DELL is not set

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/918
_______________________________________________
kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure




[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [USB]     [Asterisk PBX]

  Powered by Linux