x86: Move UCLASS_IRQ into a separate file
[oweals/u-boot.git] / drivers / misc / Kconfig
index 71643af9c263461437e0ef7c92f8c431b018b790..f18aa8f7ba930e5ae256e9c88e7cda49f5eff4a0 100644 (file)
@@ -203,6 +203,15 @@ config FSL_SEC_MON
          Security Monitor can be transitioned on any security failures,
          like software violations or hardware security violations.
 
+config IRQ
+       bool "Intel Interrupt controller"
+       depends on X86 || SANDBOX
+       help
+         This enables support for Intel 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.
+
 config JZ4780_EFUSE
        bool "Ingenic JZ4780 eFUSE support"
        depends on ARCH_JZ47XX