Re: [OS-BUILD PATCH] [redhat] New configs in drivers/irqchip

2021-06-11 Thread Mark Salter (via Email Bridge)
From: Mark Salter on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/702#note_599409930

Acked-by: Mark Salter 
(via approve button)
___
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 on the list, report it: 
https://pagure.io/fedora-infrastructure


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

2020-10-13 Thread GitLab Bridge on behalf of jeremycline
From: Fedora Kernel Team 

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_MST_IRQ:

 Support MStar Interrupt Controller.

 Symbol: MST_IRQ [=n]
 Type  : bool
 Defined at drivers/irqchip/Kconfig:584
   Prompt: MStar Interrupt Controller
   Location:
 -> Device Drivers
   -> IRQ chip support
 Selects: IRQ_DOMAIN [=y] && IRQ_DOMAIN_HIERARCHY [=y]

---

Signed-off-by: Fedora Kernel Team 
---
 redhat/configs/common/generic/CONFIG_MST_IRQ |  1 +
 .../pending-common/generic/CONFIG_MST_IRQ| 16 
 2 files changed, 1 insertion(+), 16 deletions(-)
 create mode 100644 redhat/configs/common/generic/CONFIG_MST_IRQ
 delete mode 100644 redhat/configs/pending-common/generic/CONFIG_MST_IRQ

diff --git a/redhat/configs/common/generic/CONFIG_MST_IRQ 
b/redhat/configs/common/generic/CONFIG_MST_IRQ
new file mode 100644
index ..80d5aeca4332
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_MST_IRQ
@@ -0,0 +1 @@
+# CONFIG_MST_IRQ is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_MST_IRQ 
b/redhat/configs/pending-common/generic/CONFIG_MST_IRQ
deleted file mode 100644
index a26929e93f0e..
--- a/redhat/configs/pending-common/generic/CONFIG_MST_IRQ
+++ /dev/null
@@ -1,16 +0,0 @@
-# CONFIG_MST_IRQ:
-# 
-# Support MStar Interrupt Controller.
-# 
-# Symbol: MST_IRQ [=n]
-# Type  : bool
-# Defined at drivers/irqchip/Kconfig:584
-#   Prompt: MStar Interrupt Controller
-#   Location:
-# -> Device Drivers
-#   -> IRQ chip support
-# Selects: IRQ_DOMAIN [=y] && IRQ_DOMAIN_HIERARCHY [=y]
-# 
-# 
-# 
-# CONFIG_MST_IRQ is not set
-- 
GitLab
___
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