diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2012-03-29 16:10:30 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-03-29 16:31:02 -0400 |
commit | 092b2fb0766e7a0bf2e50d9cdd7d3b6bb5d12e19 (patch) | |
tree | dafeb26d9e12262c602469a2bc7e5484ab1ce188 /arch | |
parent | b5174fa3a7f4f8f150bfa3b917c92608953dfa0f (diff) |
irqdomain: Remove powerpc dependency from debugfs file
The debugfs code is really generic for all platforms. This patch removes the
powerpc-specific directory reference and makes it available to all
architectures.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/Kconfig.debug | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug index 72d55dbc6119..e5f26890a69e 100644 --- a/arch/powerpc/Kconfig.debug +++ b/arch/powerpc/Kconfig.debug | |||
@@ -114,16 +114,6 @@ config DEBUGGER | |||
114 | depends on KGDB || XMON | 114 | depends on KGDB || XMON |
115 | default y | 115 | default y |
116 | 116 | ||
117 | config VIRQ_DEBUG | ||
118 | bool "Expose hardware/virtual IRQ mapping via debugfs" | ||
119 | depends on DEBUG_FS | ||
120 | help | ||
121 | This option will show the mapping relationship between hardware irq | ||
122 | numbers and virtual irq numbers. The mapping is exposed via debugfs | ||
123 | in the file powerpc/virq_mapping. | ||
124 | |||
125 | If you don't know what this means you don't need it. | ||
126 | |||
127 | config BDI_SWITCH | 117 | config BDI_SWITCH |
128 | bool "Include BDI-2000 user context switcher" | 118 | bool "Include BDI-2000 user context switcher" |
129 | depends on DEBUG_KERNEL && PPC32 | 119 | depends on DEBUG_KERNEL && PPC32 |