public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 1/4] misc: make CONFIG_IRQ selectable for all platforms
@ 2021-03-08 15:48 Wasim Khan
  2021-03-08 15:48 ` [PATCH v2 2/4] arch: arm: update Kconfig to select IRQ when GIC_V3_ITS is enabled Wasim Khan
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Wasim Khan @ 2021-03-08 15:48 UTC (permalink / raw)
  To: u-boot

From: Wasim Khan <wasim.khan@nxp.com>

UCLASS_IRQ driver is not Intel specific. Make CONFIG_IRQ
selectable for all platforms.

Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
Tested-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
---
Changes in v2:
 - Corrected typo in commit description

 drivers/misc/Kconfig | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 29432ae7eb..5eab1ed9c6 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -211,10 +211,9 @@ config FSL_SEC_MON
 	  like software violations or hardware security violations.
 
 config IRQ
-	bool "Intel Interrupt controller"
-	depends on X86 || SANDBOX
+	bool "Interrupt controller"
 	help
-	  This enables support for Intel interrupt controllers, including ITSS.
+	  This enables support for interrupt controllers, including ITSS.
 	  Some devices have extra features, such as Apollo Lake. The
 	  device has its own uclass since there are several operations
 	  involved.
-- 
2.25.1

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

end of thread, other threads:[~2021-04-20 14:19 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-08 15:48 [PATCH v2 1/4] misc: make CONFIG_IRQ selectable for all platforms Wasim Khan
2021-03-08 15:48 ` [PATCH v2 2/4] arch: arm: update Kconfig to select IRQ when GIC_V3_ITS is enabled Wasim Khan
2021-03-08 17:31   ` Vladimir Oltean
2021-04-20  5:24   ` Priyanka Jain
2021-04-20 14:19   ` Tom Rini
2021-03-08 15:48 ` [PATCH v2 3/4] arch: Kconfig: enable IRQ using select for x86 architecture Wasim Khan
2021-04-20  5:26   ` Priyanka Jain
2021-04-20 14:19   ` Tom Rini
2021-03-08 15:48 ` [PATCH v2 4/4] sandbox: enable IRQ using select for sandbox architecture Wasim Khan
2021-03-30 16:56   ` Simon Glass
2021-04-16  8:21     ` Wasim Khan
2021-04-20  5:27       ` Priyanka Jain
2021-04-20 14:19   ` Tom Rini
2021-04-20  5:23 ` [PATCH v2 1/4] misc: make CONFIG_IRQ selectable for all platforms Priyanka Jain
2021-04-20 14:19 ` Tom Rini

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