Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1741038 > unrolled thread

[PATCH] IRQCHIP: add a Kconfig menu

Started byRandy Dunlap <rdunlap@infradead.org>
First post2017-09-27 23:40 +0200
Last post2017-09-27 23:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] IRQCHIP: add a Kconfig menu Randy Dunlap <rdunlap@infradead.org> - 2017-09-27 23:40 +0200

#1741038 — [PATCH] IRQCHIP: add a Kconfig menu

FromRandy Dunlap <rdunlap@infradead.org>
Date2017-09-27 23:40 +0200
Subject[PATCH] IRQCHIP: add a Kconfig menu
Message-ID<uusdI-8rg-33@gated-at.bofh.it>
From: Randy Dunlap <rdunlap@infradead.org>

Add a menu for IRQCHIP support. This makes the Device drivers menu
be more consistent (listing "subsystems" instead of specific
options) and makes the IRQCHIP options be listed in expected
places (mostly applies to "make xconfig").

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
---
 drivers/irqchip/Kconfig |    4 ++++
 1 file changed, 4 insertions(+)

--- lnx-414-rc2.orig/drivers/irqchip/Kconfig
+++ lnx-414-rc2/drivers/irqchip/Kconfig
@@ -1,3 +1,5 @@
+menu "IRQCHIP support"
+
 config IRQCHIP
 	def_bool y
 	depends on OF_IRQ
@@ -321,3 +323,5 @@ config IRQ_UNIPHIER_AIDET
 	select IRQ_DOMAIN_HIERARCHY
 	help
 	  Support for the UniPhier AIDET (ARM Interrupt Detector).
+
+endmenu

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web