diff options
author | Paul Mundt | 2007-11-21 10:22:05 +0100 |
---|---|---|
committer | Paul Mundt | 2008-01-28 05:18:54 +0100 |
commit | a82d53ec2424834521a5ec8bb661a27f968036ab (patch) | |
tree | 797dfe4dcfe63e9a98c97159d35954e50c417726 /arch/sh/Kconfig | |
parent | sh: Add onchip remap prototypes, kill old sh64 io.h. (diff) | |
download | kernel-qcow2-linux-a82d53ec2424834521a5ec8bb661a27f968036ab.tar.gz kernel-qcow2-linux-a82d53ec2424834521a5ec8bb661a27f968036ab.tar.xz kernel-qcow2-linux-a82d53ec2424834521a5ec8bb661a27f968036ab.zip |
sh: Generic BUG only works for sh32.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 7cfd17230224..e406f1dbac84 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -32,7 +32,7 @@ config RWSEM_XCHGADD_ALGORITHM config GENERIC_BUG def_bool y - depends on BUG + depends on BUG && SUPERH32 config GENERIC_FIND_NEXT_BIT bool |