commit | c07abb6dbec754511427dd847f10cfdec6d36b3c | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Aug 04 08:11:03 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Aug 04 08:11:03 2008 +0900 |
tree | 75455887985713d5bde8fdcff3057e7c10c76163 | |
parent | c48e64ae574a1e30a23174701560a222a192e4c3 [diff] [blame] |
sh: /proc/asids depends on MMU. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug index 36f4b1f..4d2d102 100644 --- a/arch/sh/Kconfig.debug +++ b/arch/sh/Kconfig.debug
@@ -182,7 +182,7 @@ config SH64_PROC_ASIDS bool "Debug: report ASIDs through /proc/asids" - depends on PROC_FS + depends on PROC_FS && MMU config SH64_SR_WATCH bool "Debug: set SR.WATCH to enable hardware watchpoints and trace"