diff mbox series

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

Message ID 20210112090509.3393022-3-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>

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

Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
---
 arch/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>
>
> use 'select' to enable IRQ as it does not have architecture
> specific dependency.
>
> Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
> ---
>  arch/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
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