From: Wasim Khan Date: Mon, 8 Mar 2021 15:48:13 +0000 (+0100) Subject: misc: make CONFIG_IRQ selectable for all platforms X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=182c5f1efbec12419ef458db5565101647ff5911;p=u-boot.git misc: make CONFIG_IRQ selectable for all platforms UCLASS_IRQ driver is not Intel specific. Make CONFIG_IRQ selectable for all platforms. Signed-off-by: Wasim Khan Tested-by: Vladimir Oltean Reviewed-by: Simon Glass --- diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index c650471ff7..997b713221 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.