From: "CKI@GitLab" <cki-project@xxxxxxxxxx> 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_INTEL_SCU_PCI: This driver is used to bridge the communications between kernel and SCU on some embedded Intel x86 platforms. It also creates devices that are connected to the SoC through the SCU. Platforms supported: Medfield Clovertrail Merrifield Broxton Apollo Lake Symbol: INTEL_SCU_PCI [=n] Type : bool Defined at drivers/platform/x86/Kconfig:1354 Prompt: Intel SCU PCI driver Depends on: X86 [=y] && X86_PLATFORM_DEVICES [=y] && PCI [=y] Location: -> Device Drivers -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y]) Selects: INTEL_SCU [=n] Selected by [n]: - X86_INTEL_MID [=n] && X86_EXTENDED_PLATFORM [=y] && X86_PLATFORM_DEVICES [=y] && PCI [=y] && (X86_64 [=y] || PCI_GOANY [=n] && X86_32 [=n]) && X86_IO_APIC [=y] --- CONFIG_INTEL_SCU_PLATFORM: This driver is used to bridge the communications between kernel and SCU (sometimes called PMC as well). The driver currently supports Intel Elkhart Lake and compatible platforms. Symbol: INTEL_SCU_PLATFORM [=n] Type : tristate Defined at drivers/platform/x86/Kconfig:1369 Prompt: Intel SCU platform driver Depends on: X86 [=y] && X86_PLATFORM_DEVICES [=y] && ACPI [=y] Location: -> Device Drivers -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y]) Selects: INTEL_SCU [=n] --- CONFIG_INTEL_WMI_SBL_FW_UPDATE: Say Y here if you want to be able to use the WMI interface to signal Slim Bootloader to trigger update on next reboot. To compile this driver as a module, choose M here: the module will be called intel-wmi-sbl-fw-update. Symbol: INTEL_WMI_SBL_FW_UPDATE [=n] Type : tristate Defined at drivers/platform/x86/Kconfig:81 Prompt: Intel WMI Slim Bootloader firmware update signaling driver Depends on: X86 [=y] && X86_PLATFORM_DEVICES [=y] && ACPI_WMI [=m] Location: -> Device Drivers -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y]) -> WMI (ACPI_WMI [=m]) --- Signed-off-by: CKI@GitLab <cki-project@xxxxxxxxxx> --- .../common/generic/CONFIG_INTEL_SCU_PCI | 1 + .../common/generic/CONFIG_INTEL_SCU_PLATFORM | 1 + .../generic/CONFIG_INTEL_WMI_SBL_FW_UPDATE | 1 + .../generic/CONFIG_INTEL_SCU_PCI | 27 ------------------- .../generic/CONFIG_INTEL_SCU_PLATFORM | 19 ------------- .../generic/CONFIG_INTEL_WMI_SBL_FW_UPDATE | 21 --------------- 6 files changed, 3 insertions(+), 67 deletions(-) create mode 100644 redhat/configs/common/generic/CONFIG_INTEL_SCU_PCI create mode 100644 redhat/configs/common/generic/CONFIG_INTEL_SCU_PLATFORM create mode 100644 redhat/configs/common/generic/CONFIG_INTEL_WMI_SBL_FW_UPDATE delete mode 100644 redhat/configs/pending-common/generic/CONFIG_INTEL_SCU_PCI delete mode 100644 redhat/configs/pending-common/generic/CONFIG_INTEL_SCU_PLATFORM delete mode 100644 redhat/configs/pending-common/generic/CONFIG_INTEL_WMI_SBL_FW_UPDATE diff --git a/redhat/configs/common/generic/CONFIG_INTEL_SCU_PCI b/redhat/configs/common/generic/CONFIG_INTEL_SCU_PCI new file mode 100644 index 000000000000..0418b146247f --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_INTEL_SCU_PCI @@ -0,0 +1 @@ +# CONFIG_INTEL_SCU_PCI is not set diff --git a/redhat/configs/common/generic/CONFIG_INTEL_SCU_PLATFORM b/redhat/configs/common/generic/CONFIG_INTEL_SCU_PLATFORM new file mode 100644 index 000000000000..18641bd2d7d0 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_INTEL_SCU_PLATFORM @@ -0,0 +1 @@ +# CONFIG_INTEL_SCU_PLATFORM is not set diff --git a/redhat/configs/common/generic/CONFIG_INTEL_WMI_SBL_FW_UPDATE b/redhat/configs/common/generic/CONFIG_INTEL_WMI_SBL_FW_UPDATE new file mode 100644 index 000000000000..f3b82a785560 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_INTEL_WMI_SBL_FW_UPDATE @@ -0,0 +1 @@ +# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_INTEL_SCU_PCI b/redhat/configs/pending-common/generic/CONFIG_INTEL_SCU_PCI deleted file mode 100644 index 6accffa2c072..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_INTEL_SCU_PCI +++ /dev/null @@ -1,27 +0,0 @@ -# CONFIG_INTEL_SCU_PCI: -# -# This driver is used to bridge the communications between kernel -# and SCU on some embedded Intel x86 platforms. It also creates -# devices that are connected to the SoC through the SCU. -# Platforms supported: -# Medfield -# Clovertrail -# Merrifield -# Broxton -# Apollo Lake -# -# Symbol: INTEL_SCU_PCI [=n] -# Type : bool -# Defined at drivers/platform/x86/Kconfig:1354 -# Prompt: Intel SCU PCI driver -# Depends on: X86 [=y] && X86_PLATFORM_DEVICES [=y] && PCI [=y] -# Location: -# -> Device Drivers -# -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y]) -# Selects: INTEL_SCU [=n] -# Selected by [n]: -# - X86_INTEL_MID [=n] && X86_EXTENDED_PLATFORM [=y] && X86_PLATFORM_DEVICES [=y] && PCI [=y] && (X86_64 [=y] || PCI_GOANY [=n] && X86_32 [=n]) && X86_IO_APIC [=y] -# -# -# -# CONFIG_INTEL_SCU_PCI is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_INTEL_SCU_PLATFORM b/redhat/configs/pending-common/generic/CONFIG_INTEL_SCU_PLATFORM deleted file mode 100644 index 0e96047ab0da..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_INTEL_SCU_PLATFORM +++ /dev/null @@ -1,19 +0,0 @@ -# CONFIG_INTEL_SCU_PLATFORM: -# -# This driver is used to bridge the communications between kernel -# and SCU (sometimes called PMC as well). The driver currently -# supports Intel Elkhart Lake and compatible platforms. -# -# Symbol: INTEL_SCU_PLATFORM [=n] -# Type : tristate -# Defined at drivers/platform/x86/Kconfig:1369 -# Prompt: Intel SCU platform driver -# Depends on: X86 [=y] && X86_PLATFORM_DEVICES [=y] && ACPI [=y] -# Location: -# -> Device Drivers -# -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y]) -# Selects: INTEL_SCU [=n] -# -# -# -# CONFIG_INTEL_SCU_PLATFORM is not set diff --git a/redhat/configs/pending-common/generic/CONFIG_INTEL_WMI_SBL_FW_UPDATE b/redhat/configs/pending-common/generic/CONFIG_INTEL_WMI_SBL_FW_UPDATE deleted file mode 100644 index 1625bb32c712..000000000000 --- a/redhat/configs/pending-common/generic/CONFIG_INTEL_WMI_SBL_FW_UPDATE +++ /dev/null @@ -1,21 +0,0 @@ -# CONFIG_INTEL_WMI_SBL_FW_UPDATE: -# -# Say Y here if you want to be able to use the WMI interface to signal -# Slim Bootloader to trigger update on next reboot. -# -# To compile this driver as a module, choose M here: the module will -# be called intel-wmi-sbl-fw-update. -# -# Symbol: INTEL_WMI_SBL_FW_UPDATE [=n] -# Type : tristate -# Defined at drivers/platform/x86/Kconfig:81 -# Prompt: Intel WMI Slim Bootloader firmware update signaling driver -# Depends on: X86 [=y] && X86_PLATFORM_DEVICES [=y] && ACPI_WMI [=m] -# Location: -# -> Device Drivers -# -> X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES [=y]) -# -> WMI (ACPI_WMI [=m]) -# -# -# -# CONFIG_INTEL_WMI_SBL_FW_UPDATE is not set -- 2.26.2 _______________________________________________ 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