diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-08-04 01:11:03 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-08-04 01:11:03 +0200 |
commit | c07abb6dbec754511427dd847f10cfdec6d36b3c (patch) | |
tree | 75455887985713d5bde8fdcff3057e7c10c76163 /arch | |
parent | arch/sh/boards/mach-se/7343/irq.c: removed duplicated #include (diff) | |
download | linux-c07abb6dbec754511427dd847f10cfdec6d36b3c.tar.xz linux-c07abb6dbec754511427dd847f10cfdec6d36b3c.zip |
sh: /proc/asids depends on MMU.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug index 36f4b1f7066d..4d2d102e00d5 100644 --- a/arch/sh/Kconfig.debug +++ b/arch/sh/Kconfig.debug @@ -182,7 +182,7 @@ if SUPERH64 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" |