diff mbox series

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

Message ID 20210308154816.2870528-1-wasim.khan@oss.nxp.com
State Accepted
Commit 182c5f1efbec12419ef458db5565101647ff5911
Delegated to: Tom Rini
Headers show
Series [v2,1/4] misc: make CONFIG_IRQ selectable for all platforms | expand

Commit Message

Wasim Khan March 8, 2021, 3:48 p.m. UTC
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(-)

Comments

Priyanka Jain April 20, 2021, 5:23 a.m. UTC | #1
>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Wasim Khan
>Sent: Monday, March 8, 2021 9:18 PM
>To: sjg@chromium.org; bmeng.cn@gmail.com; mario.six@gdsys.cc;
>bharat.gooty@broadcom.com; rayagonda.kokatanur@broadcom.com; t-
>kristo@ti.com; Varun Sethi <V.Sethi@nxp.com>
>Cc: u-boot@lists.denx.de; Wasim Khan <wasim.khan@nxp.com>; Vladimir
>Oltean <vladimir.oltean@nxp.com>
>Subject: [PATCH v2 1/4] misc: make CONFIG_IRQ selectable for all platforms
>
>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

Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>

Tom,

Kindly help to merge this patch.
This is required to fix boot issue on many of NXP fsl-qoriq platforms like lx2160ardb.

Thanks
Priyanka
Tom Rini April 20, 2021, 2:19 p.m. UTC | #2
On Mon, Mar 08, 2021 at 04:48:13PM +0100, Wasim Khan wrote:

> 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>

Applied to u-boot/master, thanks!
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.