[PATCH v2 1/4] misc: make CONFIG_IRQ selectable for all platforms
Wasim Khan
wasim.khan at oss.nxp.com
Mon Mar 8 16:48:13 CET 2021
From: Wasim Khan <wasim.khan at nxp.com>
UCLASS_IRQ driver is not Intel specific. Make CONFIG_IRQ
selectable for all platforms.
Signed-off-by: Wasim Khan <wasim.khan at nxp.com>
Tested-by: Vladimir Oltean <vladimir.oltean at nxp.com>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
Changes in v2:
- Corrected typo in commit description
drivers/misc/Kconfig | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 29432ae7eb..5eab1ed9c6 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.
--
2.25.1
More information about the U-Boot
mailing list