aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWasim Khan <wasim.khan@nxp.com>2021-03-08 16:48:15 +0100
committerTom Rini <trini@konsulko.com>2021-04-20 07:31:31 -0400
commit543d091edba851ea15bc67ac34d9d14d70a58216 (patch)
tree81c8946613cea06d06564312fb1b21c55d473530
parent504f8648f036fe2ddf8a65a93d0d27871e32c71d (diff)
downloadu-boot-543d091edba851ea15bc67ac34d9d14d70a58216.zip
u-boot-543d091edba851ea15bc67ac34d9d14d70a58216.tar.gz
u-boot-543d091edba851ea15bc67ac34d9d14d70a58216.tar.bz2
arch: Kconfig: enable IRQ using select for x86 architecture
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> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
-rw-r--r--arch/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index dd1ff9d..1cbbed2 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -185,6 +185,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
@@ -215,7 +216,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