diff options
-rw-r--r-- | drivers/of/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig index 9d2009a9004d..9b28f8b0c3c2 100644 --- a/drivers/of/Kconfig +++ b/drivers/of/Kconfig | |||
@@ -17,6 +17,7 @@ config PROC_DEVICETREE | |||
17 | 17 | ||
18 | config OF_SELFTEST | 18 | config OF_SELFTEST |
19 | bool "Device Tree Runtime self tests" | 19 | bool "Device Tree Runtime self tests" |
20 | depends on OF_IRQ | ||
20 | help | 21 | help |
21 | This option builds in test cases for the device tree infrastructure | 22 | This option builds in test cases for the device tree infrastructure |
22 | that are executed one at boot time, and the results dumped to the | 23 | that are executed one at boot time, and the results dumped to the |