diff options
author | Emanuele Ghidoli <emanuele.ghidoli@toradex.com> | 2025-04-15 09:51:33 +0200 |
---|---|---|
committer | Emanuele Ghidoli <emanuele.ghidoli@toradex.com> | 2025-04-15 09:57:02 +0200 |
commit | 3e2678719df32044d9bb71cb25903f0c6899b6cc (patch) | |
tree | c10ca653f25e0bcc11793000fc82cd9180aec26f | |
parent | d3a82636b1e3c54d9e162e32b1344040e25f0607 (diff) |
cfg: base: add irq debugfs
Add a configuration which exposes internal irq state information through
debugfs.
Mostly for developers and debugging of hard to diagnose interrupt
problems.
Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
-rw-r--r-- | cfg/base/base.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cfg/base/base.cfg b/cfg/base/base.cfg index 7e11e68..9d2dc43 100644 --- a/cfg/base/base.cfg +++ b/cfg/base/base.cfg @@ -891,6 +891,11 @@ CONFIG_BPF_SYSCALL=y CONFIG_DMA_CMA=y ## +## file: kernel/irq/Kconfig +## +CONFIG_GENERIC_IRQ_DEBUGFS=y + +## ## file: kernel/power/Kconfig ## CONFIG_ENERGY_MODEL=y |