2022-09-09 20:27:02

by Jingyu Wang

[permalink] [raw]
Subject: [PATCH] genirq: remove unneeded "default n" options

Remove "default n" options. If the "default" line is removed, it
defaults to 'n'.

Signed-off-by: Jingyu Wang <[email protected]>
---
kernel/irq/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig
index db3d174c53d4..950dabed53fb 100644
--- a/kernel/irq/Kconfig
+++ b/kernel/irq/Kconfig
@@ -129,7 +129,6 @@ config GENERIC_IRQ_DEBUGFS
bool "Expose irq internals in debugfs"
depends on DEBUG_FS
select GENERIC_IRQ_INJECTION
- default n
help

Exposes internal state information through debugfs. Mostly for

base-commit: 5957ac6635a1a12d4aa2661bbf04d3085a73372a
--
2.34.1