[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1501041791-10131-1-git-send-email-yamada.masahiro@socionext.com>
Date: Wed, 26 Jul 2017 13:03:11 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Thomas Gleixner <tglx@...utronix.de>,
Jason Cooper <jason@...edaemon.net>,
Marc Zyngier <marc.zyngier@....com>
Cc: Masahiro Yamada <yamada.masahiro@...ionext.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH] irqchip: create a Kconfig menu for irqchip drivers
Some irqchip drivers have a Kconfig prompt. When we run menuconfig
or friends, those drivers are directly listed in the "Device Drivers"
menu level. This does not look nice. Create a sub-system level menu.
Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
---
drivers/irqchip/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index f1fd5f44d1d4..7b66313a2952 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -1,3 +1,5 @@
+menu "IRQ chip support"
+
config IRQCHIP
def_bool y
depends on OF_IRQ
@@ -306,3 +308,5 @@ config QCOM_IRQ_COMBINER
help
Say yes here to add support for the IRQ combiner devices embedded
in Qualcomm Technologies chips.
+
+endmenu
--
2.7.4
Powered by blists - more mailing lists