mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] irqchip: create a Kconfig menu for irqchip drivers
@ 2017-07-26  4:03 Masahiro Yamada
  2017-07-26  8:04 ` Marc Zyngier
  0 siblings, 1 reply; 10+ messages in thread
From: Masahiro Yamada @ 2017-07-26  4:03 UTC (permalink / raw)
  To: Thomas Gleixner, Jason Cooper, Marc Zyngier; +Cc: Masahiro Yamada, linux-kernel

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@socionext.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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-07-26 14:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-26  4:03 [PATCH] irqchip: create a Kconfig menu for irqchip drivers Masahiro Yamada
2017-07-26  8:04 ` Marc Zyngier
2017-07-26 10:18   ` Masahiro Yamada
2017-07-26 10:37     ` Marc Zyngier
2017-07-26 13:14       ` Masahiro Yamada
2017-07-26 13:50         ` Marc Zyngier
2017-07-26 14:24           ` Thomas Gleixner
2017-07-26 14:48             ` Masahiro Yamada
2017-07-26 14:27           ` Masahiro Yamada
2017-07-26 14:58             ` Marc Zyngier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®