diff mbox series

[v2,3/4] arch: Kconfig: enable IRQ using select for x86 architecture

Message ID 20210308154816.2870528-3-wasim.khan@oss.nxp.com
State Accepted
Commit 543d091edba851ea15bc67ac34d9d14d70a58216
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>

use 'select' to enable IRQ as it does not have architecture
specific dependency.

Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
Reviewed-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
---
Changes in v2:
 - no change

 arch/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Priyanka Jain April 20, 2021, 5:26 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>; Z.q. Hou
><zhiqiang.hou@nxp.com>
>Subject: [PATCH v2 3/4] arch: Kconfig: enable IRQ using select for x86
>architecture
>
>From: Wasim Khan <wasim.khan@nxp.com>
>
>use 'select' to enable IRQ as it does not have architecture specific dependency.
>
>Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
>Reviewed-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
>Reviewed-by: Simon Glass <sjg@chromium.org>
>---
>Changes in v2:
> - no change
>
> arch/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/arch/Kconfig b/arch/Kconfig index 3aa99e08fc..362b220948 100644
>--- a/arch/Kconfig
>+++ b/arch/Kconfig
>@@ -167,6 +167,7 @@ config X86
> 	select TIMER
> 	select USE_PRIVATE_LIBGCC
> 	select X86_TSC_TIMER
>+	select IRQ
> 	imply HAS_ROM if X86_RESET_VECTOR
> 	imply BLK
> 	imply CMD_DM
>@@ -197,7 +198,6 @@ config X86
> 	imply USB_HOST_ETHER
> 	imply PCH
> 	imply RTC_MC146818
>-	imply IRQ
> 	imply ACPIGEN if !QEMU
> 	imply SYSINFO if GENERATE_SMBIOS_TABLE
> 	imply SYSINFO_SMBIOS if GENERATE_SMBIOS_TABLE
>--
>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:15PM +0100, Wasim Khan wrote:

> From: Wasim Khan <wasim.khan@nxp.com>
> 
> use 'select' to enable IRQ as it does not have architecture
> specific dependency.
> 
> Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
> Reviewed-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/Kconfig b/arch/Kconfig
index 3aa99e08fc..362b220948 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -167,6 +167,7 @@  config X86
 	select TIMER
 	select USE_PRIVATE_LIBGCC
 	select X86_TSC_TIMER
+	select IRQ
 	imply HAS_ROM if X86_RESET_VECTOR
 	imply BLK
 	imply CMD_DM
@@ -197,7 +198,6 @@  config X86
 	imply USB_HOST_ETHER
 	imply PCH
 	imply RTC_MC146818
-	imply IRQ
 	imply ACPIGEN if !QEMU
 	imply SYSINFO if GENERATE_SMBIOS_TABLE
 	imply SYSINFO_SMBIOS if GENERATE_SMBIOS_TABLE