misc: make CONFIG_IRQ selectable for all platforms
authorWasim Khan <wasim.khan@nxp.com>
Mon, 11 Jan 2021 13:02:18 +0000 (14:02 +0100)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 20 Apr 2021 05:06:09 +0000 (10:36 +0530)
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>
drivers/misc/Kconfig

index 7d2a299..5565e2e 100644 (file)
@@ -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.