]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/Kconfig
Convert CONFIG_CMD_IRQ to Kconfig
[people/ms/u-boot.git] / cmd / Kconfig
index be6b314c260570dac42209ea5f9da7bcf2bab32e..1dc8ba2d920eb3f558660362de372fa325cf5c50 100644 (file)
@@ -1192,6 +1192,14 @@ config CMD_DIAG
          available tests and running either all the tests, or specific tests
          identified by name.
 
+config CMD_IRQ
+       bool "irq - Show information about interrupts"
+       depends on !ARM && !MIPS && !SH && !MPC512X
+       help
+         This enables two commands:
+
+            interrupts - enable or disable interrupts
+            irqinfo - print device-specific interrupt information
 endmenu
 
 config CMD_UBI