diff mbox series

[1/4] misc: make CONFIG_IRQ selectable for all platforms

Message ID 20210112090509.3393022-1-wasim.khan@oss.nxp.com
State Superseded
Delegated to: Tom Rini
Headers show
Series [1/4] misc: make CONFIG_IRQ selectable for all platforms | expand

Commit Message

Wasim Khan Jan. 12, 2021, 9:05 a.m. UTC
From: Wasim Khan <wasim.khan@nxp.com>

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

Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
---
 drivers/misc/Kconfig | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Simon Glass Jan. 13, 2021, 4:10 p.m. UTC | #1
On Tue, 12 Jan 2021 at 02:05, Wasim Khan <wasim.khan@oss.nxp.com> wrote:
>
> From: Wasim Khan <wasim.khan@nxp.com>
>
> UCLASS_IRQ driver is not Intel specific. Make CONFIG_IRQ
> selectable for all platfroms.
>
> Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
> ---
>  drivers/misc/Kconfig | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
Vladimir Oltean Jan. 27, 2021, 3:35 p.m. UTC | #2
On Tue, Jan 12, 2021 at 10:05:06AM +0100, Wasim Khan wrote:
> From: Wasim Khan <wasim.khan@nxp.com>
> 
> UCLASS_IRQ driver is not Intel specific. Make CONFIG_IRQ
> selectable for all platfroms.
> 
> Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
> ---

Tested-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Z.Q. Hou March 8, 2021, 12:19 p.m. UTC | #3
On Tue, Jan 12, 2021 at 10:05:06AM +0100, Wasim Khan wrote:
> From: Wasim Khan <wasim.khan@nxp.com>
>
> UCLASS_IRQ driver is not Intel specific. Make CONFIG_IRQ selectable
> for all platfroms.
>
> Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
> ---

s/platfroms/platforms/

Regards,
Zhiqiang
diff mbox series

Patch

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.