From: Fedora Kernel Team <kernel-team(a)fedoraproject.org>
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 <kernel-team(a)fedoraproject.org>
---
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 000000000000..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..000000000000
--- 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