diff options
author | Paul Mackerras <paulus@samba.org> | 2006-12-11 05:31:42 (GMT) |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-11 05:31:42 (GMT) |
commit | 973c1fabc70deb10f12a0eaab2f50c2263784257 (patch) | |
tree | 5b0ef183757049d241d0709f0cea9e370627b687 /arch/powerpc/Kconfig | |
parent | 4383162c8f2fa75d916c4901b0d1ebcac7aeaf74 (diff) | |
parent | d10f73480b991da2aa1c000ed38eda3e4a987292 (diff) | |
download | linux-973c1fabc70deb10f12a0eaab2f50c2263784257.tar.xz |
Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index f524b3b..a35212b 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -707,7 +707,7 @@ config FORCE_MAX_ZONEORDER config MATH_EMULATION bool "Math emulation" - depends on 4xx || 8xx || E200 || E500 + depends on 4xx || 8xx || E200 || PPC_83xx || E500 ---help--- Some PowerPC chips designed for embedded applications do not have a floating-point unit and therefore do not implement the |