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

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

 



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

[redhat] New configs in drivers/firmware

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: ARM_SCMI_QUIRKS [=y]
 Type  : bool
 Defined at drivers/firmware/arm_scmi/Kconfig:72
   Prompt: Enable SCMI Quirks framework
   Depends on: ARM_SCMI_PROTOCOL [=y] && (JUMP_LABEL [=y] || COMPILE_TEST [=n])
   Location:
     -> Device Drivers
       -> Firmware Drivers
         -> ARM System Control and Management Interface Protocol
           -> ARM System Control and Management Interface (SCMI) Message Protocol (ARM_SCMI_PROTOCOL [=y])
             -> Enable SCMI Quirks framework (ARM_SCMI_QUIRKS [=y])

 Commit: 487c407d57d6 (firmware: arm_scmi: Add common framework to handle firmware quirks)

---

 Symbol: EFI_SBAT_FILE [=]
 Type  : string
 Defined at drivers/firmware/efi/Kconfig:287
   Prompt: Embedded SBAT section file path
   Depends on: EFI [=y] && EFI_ZBOOT [=y]
   Location:
     -> Device Drivers
       -> Firmware Drivers
         -> EFI (Extensible Firmware Interface) Support
           -> Embedded SBAT section file path (EFI_SBAT_FILE [=])

 Commit: 0f9a1739dd0e (efi: zboot specific mechanism for embedding SBAT section)

---

 Symbol: IMX_SCMI_CPU_DRV [=y]
 Type  : tristate
 Defined at drivers/firmware/imx/Kconfig:26
   Prompt: IMX SCMI CPU Protocol driver
   Depends on: ARCH_MXC [=y] || COMPILE_TEST [=n]
   Location:
     -> Device Drivers
       -> Firmware Drivers
         -> IMX SCMI CPU Protocol driver (IMX_SCMI_CPU_DRV [=y])

 Commit: 1055faa5d660 (firmware: imx: Add i.MX95 SCMI CPU driver)

---

 Symbol: IMX_SCMI_CPU_EXT [=y]
 Type  : tristate
 Defined at drivers/firmware/arm_scmi/vendors/imx/Kconfig:15
   Prompt: i.MX SCMI CPU EXTENSION
   Depends on: ARM_SCMI_PROTOCOL [=y] && (ARM_SCMI_PROTOCOL [=y] || COMPILE_TEST [=n] && OF [=y]) && IMX_SCMI_CPU_DRV [=y]
   Location:
     -> Device Drivers
       -> Firmware Drivers
         -> ARM System Control and Management Interface Protocol
           -> ARM System Control and Management Interface (SCMI) Message Protocol (ARM_SCMI_PROTOCOL [=y])
             -> ARM SCMI NXP i.MX Vendor Protocols
               -> i.MX SCMI CPU EXTENSION (IMX_SCMI_CPU_EXT [=y])

 Commit: e68c305bc2f3 (firmware: arm_scmi: imx: Add i.MX95 CPU Protocol)

---

 Symbol: IMX_SCMI_LMM_DRV [=y]
 Type  : tristate
 Defined at drivers/firmware/imx/Kconfig:37
   Prompt: IMX SCMI LMM Protocol driver
   Depends on: ARCH_MXC [=y] || COMPILE_TEST [=n]
   Location:
     -> Device Drivers
       -> Firmware Drivers
         -> IMX SCMI LMM Protocol driver (IMX_SCMI_LMM_DRV [=y])

 Commit: 7242bbf418f0 (firmware: imx: Add i.MX95 SCMI LMM driver)

---

 Symbol: IMX_SCMI_LMM_EXT [=y]
 Type  : tristate
 Defined at drivers/firmware/arm_scmi/vendors/imx/Kconfig:27
   Prompt: i.MX SCMI LMM EXTENSION
   Depends on: ARM_SCMI_PROTOCOL [=y] && (ARM_SCMI_PROTOCOL [=y] || COMPILE_TEST [=n] && OF [=y]) && IMX_SCMI_LMM_DRV [=y]
   Location:
     -> Device Drivers
       -> Firmware Drivers
         -> ARM System Control and Management Interface Protocol
           -> ARM System Control and Management Interface (SCMI) Message Protocol (ARM_SCMI_PROTOCOL [=y])
             -> ARM SCMI NXP i.MX Vendor Protocols
               -> i.MX SCMI LMM EXTENSION (IMX_SCMI_LMM_EXT [=y])

 Commit: 34180863e000 (firmware: arm_scmi: imx: Add i.MX95 LMM protocol)

---

Signed-off-by: Fedora Kernel Team <kernel-team@xxxxxxxxxxxxxxxxx>

diff --git a/redhat/configs/pending-rhel/generic/CONFIG_ARM_SCMI_QUIRKS b/redhat/configs/pending-rhel/generic/CONFIG_ARM_SCMI_QUIRKS
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_ARM_SCMI_QUIRKS
+++ /dev/null
@@ -1,16 +0,0 @@
-# Symbol: ARM_SCMI_QUIRKS [=y]
-# Type  : bool
-# Defined at drivers/firmware/arm_scmi/Kconfig:72
-#   Prompt: Enable SCMI Quirks framework
-#   Depends on: ARM_SCMI_PROTOCOL [=y] && (JUMP_LABEL [=y] || COMPILE_TEST [=n])
-#   Location:
-#     -> Device Drivers
-#       -> Firmware Drivers
-#         -> ARM System Control and Management Interface Protocol
-#           -> ARM System Control and Management Interface (SCMI) Message Protocol (ARM_SCMI_PROTOCOL [=y])
-#             -> Enable SCMI Quirks framework (ARM_SCMI_QUIRKS [=y])
-# 
-# 
-# 
-# Commit: 487c407d57d6 (firmware: arm_scmi: Add common framework to handle firmware quirks)
-CONFIG_ARM_SCMI_QUIRKS=y
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_EFI_SBAT_FILE b/redhat/configs/pending-rhel/generic/CONFIG_EFI_SBAT_FILE
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_EFI_SBAT_FILE
+++ /dev/null
@@ -1,15 +0,0 @@
-# Symbol: EFI_SBAT_FILE [=]
-# Type  : string
-# Defined at drivers/firmware/efi/Kconfig:287
-#   Prompt: Embedded SBAT section file path
-#   Depends on: EFI [=y] && EFI_ZBOOT [=y]
-#   Location:
-#     -> Device Drivers
-#       -> Firmware Drivers
-#         -> EFI (Extensible Firmware Interface) Support
-#           -> Embedded SBAT section file path (EFI_SBAT_FILE [=])
-# 
-# 
-# 
-# Commit: 0f9a1739dd0e (efi: zboot specific mechanism for embedding SBAT section)
-CONFIG_EFI_SBAT_FILE=""
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_IMX_SCMI_CPU_DRV b/redhat/configs/pending-rhel/generic/CONFIG_IMX_SCMI_CPU_DRV
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_IMX_SCMI_CPU_DRV
+++ /dev/null
@@ -1,14 +0,0 @@
-# Symbol: IMX_SCMI_CPU_DRV [=y]
-# Type  : tristate
-# Defined at drivers/firmware/imx/Kconfig:26
-#   Prompt: IMX SCMI CPU Protocol driver
-#   Depends on: ARCH_MXC [=y] || COMPILE_TEST [=n]
-#   Location:
-#     -> Device Drivers
-#       -> Firmware Drivers
-#         -> IMX SCMI CPU Protocol driver (IMX_SCMI_CPU_DRV [=y])
-# 
-# 
-# 
-# Commit: 1055faa5d660 (firmware: imx: Add i.MX95 SCMI CPU driver)
-CONFIG_IMX_SCMI_CPU_DRV=y
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_IMX_SCMI_CPU_EXT b/redhat/configs/pending-rhel/generic/CONFIG_IMX_SCMI_CPU_EXT
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_IMX_SCMI_CPU_EXT
+++ /dev/null
@@ -1,17 +0,0 @@
-# Symbol: IMX_SCMI_CPU_EXT [=y]
-# Type  : tristate
-# Defined at drivers/firmware/arm_scmi/vendors/imx/Kconfig:15
-#   Prompt: i.MX SCMI CPU EXTENSION
-#   Depends on: ARM_SCMI_PROTOCOL [=y] && (ARM_SCMI_PROTOCOL [=y] || COMPILE_TEST [=n] && OF [=y]) && IMX_SCMI_CPU_DRV [=y]
-#   Location:
-#     -> Device Drivers
-#       -> Firmware Drivers
-#         -> ARM System Control and Management Interface Protocol
-#           -> ARM System Control and Management Interface (SCMI) Message Protocol (ARM_SCMI_PROTOCOL [=y])
-#             -> ARM SCMI NXP i.MX Vendor Protocols
-#               -> i.MX SCMI CPU EXTENSION (IMX_SCMI_CPU_EXT [=y])
-# 
-# 
-# 
-# Commit: e68c305bc2f3 (firmware: arm_scmi: imx: Add i.MX95 CPU Protocol)
-CONFIG_IMX_SCMI_CPU_EXT=y
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_IMX_SCMI_LMM_DRV b/redhat/configs/pending-rhel/generic/CONFIG_IMX_SCMI_LMM_DRV
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_IMX_SCMI_LMM_DRV
+++ /dev/null
@@ -1,14 +0,0 @@
-# Symbol: IMX_SCMI_LMM_DRV [=y]
-# Type  : tristate
-# Defined at drivers/firmware/imx/Kconfig:37
-#   Prompt: IMX SCMI LMM Protocol driver
-#   Depends on: ARCH_MXC [=y] || COMPILE_TEST [=n]
-#   Location:
-#     -> Device Drivers
-#       -> Firmware Drivers
-#         -> IMX SCMI LMM Protocol driver (IMX_SCMI_LMM_DRV [=y])
-# 
-# 
-# 
-# Commit: 7242bbf418f0 (firmware: imx: Add i.MX95 SCMI LMM driver)
-CONFIG_IMX_SCMI_LMM_DRV=y
diff --git a/redhat/configs/pending-rhel/generic/CONFIG_IMX_SCMI_LMM_EXT b/redhat/configs/pending-rhel/generic/CONFIG_IMX_SCMI_LMM_EXT
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/pending-rhel/generic/CONFIG_IMX_SCMI_LMM_EXT
+++ /dev/null
@@ -1,17 +0,0 @@
-# Symbol: IMX_SCMI_LMM_EXT [=y]
-# Type  : tristate
-# Defined at drivers/firmware/arm_scmi/vendors/imx/Kconfig:27
-#   Prompt: i.MX SCMI LMM EXTENSION
-#   Depends on: ARM_SCMI_PROTOCOL [=y] && (ARM_SCMI_PROTOCOL [=y] || COMPILE_TEST [=n] && OF [=y]) && IMX_SCMI_LMM_DRV [=y]
-#   Location:
-#     -> Device Drivers
-#       -> Firmware Drivers
-#         -> ARM System Control and Management Interface Protocol
-#           -> ARM System Control and Management Interface (SCMI) Message Protocol (ARM_SCMI_PROTOCOL [=y])
-#             -> ARM SCMI NXP i.MX Vendor Protocols
-#               -> i.MX SCMI LMM EXTENSION (IMX_SCMI_LMM_EXT [=y])
-# 
-# 
-# 
-# Commit: 34180863e000 (firmware: arm_scmi: imx: Add i.MX95 LMM protocol)
-CONFIG_IMX_SCMI_LMM_EXT=y
diff --git a/redhat/configs/rhel/generic/CONFIG_ARM_SCMI_QUIRKS b/redhat/configs/rhel/generic/CONFIG_ARM_SCMI_QUIRKS
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_ARM_SCMI_QUIRKS
@@ -0,0 +1 @@
+CONFIG_ARM_SCMI_QUIRKS=y
diff --git a/redhat/configs/rhel/generic/CONFIG_EFI_SBAT_FILE b/redhat/configs/rhel/generic/CONFIG_EFI_SBAT_FILE
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_EFI_SBAT_FILE
@@ -0,0 +1 @@
+CONFIG_EFI_SBAT_FILE=""
diff --git a/redhat/configs/rhel/generic/CONFIG_IMX_SCMI_CPU_DRV b/redhat/configs/rhel/generic/CONFIG_IMX_SCMI_CPU_DRV
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_IMX_SCMI_CPU_DRV
@@ -0,0 +1 @@
+CONFIG_IMX_SCMI_CPU_DRV=y
diff --git a/redhat/configs/rhel/generic/CONFIG_IMX_SCMI_CPU_EXT b/redhat/configs/rhel/generic/CONFIG_IMX_SCMI_CPU_EXT
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_IMX_SCMI_CPU_EXT
@@ -0,0 +1 @@
+CONFIG_IMX_SCMI_CPU_EXT=y
diff --git a/redhat/configs/rhel/generic/CONFIG_IMX_SCMI_LMM_DRV b/redhat/configs/rhel/generic/CONFIG_IMX_SCMI_LMM_DRV
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_IMX_SCMI_LMM_DRV
@@ -0,0 +1 @@
+CONFIG_IMX_SCMI_LMM_DRV=y
diff --git a/redhat/configs/rhel/generic/CONFIG_IMX_SCMI_LMM_EXT b/redhat/configs/rhel/generic/CONFIG_IMX_SCMI_LMM_EXT
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_IMX_SCMI_LMM_EXT
@@ -0,0 +1 @@
+CONFIG_IMX_SCMI_LMM_EXT=y

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

-- 
_______________________________________________
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, report it: https://pagure.io/fedora-infrastructure/new_issue




[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