From: Wasim Khan Date: Mon, 8 Mar 2021 15:48:15 +0000 (+0100) Subject: arch: Kconfig: enable IRQ using select for x86 architecture X-Git-Tag: v2025.01-rc5-pxa1908~1910^2~28 X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=543d091edba851ea15bc67ac34d9d14d70a58216;p=u-boot.git 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 Reviewed-by: Hou Zhiqiang Reviewed-by: Simon Glass Reviewed-by: Priyanka Jain --- diff --git a/arch/Kconfig b/arch/Kconfig index dd1ff9d963..1cbbed28cc 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