diff options
| author | Paolo \'Blaisorblade\' Giarrusso <blaisorblade_spam@yahoo.it> | 2005-01-14 23:27:00 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-01-14 23:27:00 -0800 |
| commit | 525a0ecc6a585f375ed2ae671924c809c56057af (patch) | |
| tree | bb059bc8dcadbbf586e86136c5f673162df491b4 /lib | |
| parent | 77b269fe11cefbddf0fde155de87a3d1849bab2c (diff) | |
[PATCH] uml: readd CONFIG_MAGIC_SYSRQ for UML
This config option was lost during the creation of lib/Kconfig.debug, due to a
bad expressed dependency; I also moved the option back to its original place
for UML (it is near CONFIG_MCONSOLE since it depends on that).
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig.debug | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index d2e2d705585e..b70d19bd1adc 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -23,7 +23,6 @@ config MAGIC_SYSRQ config MAGIC_SYSRQ bool "Magic SysRq key" depends on DEBUG_KERNEL && (H8300 || M68KNOMMU || V850) - depends (USERMODE && MCONSOLE) help Enables console device to interpret special characters as commands to dump state information. |
