diff options
author | Paul Mackerras <paulus@samba.org> | 2006-12-11 00:31:42 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-11 00:31:42 -0500 |
commit | 973c1fabc70deb10f12a0eaab2f50c2263784257 (patch) | |
tree | 5b0ef183757049d241d0709f0cea9e370627b687 /arch/powerpc/Kconfig | |
parent | 4383162c8f2fa75d916c4901b0d1ebcac7aeaf74 (diff) | |
parent | d10f73480b991da2aa1c000ed38eda3e4a987292 (diff) |
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 f524b3bf68c8..a35212b7346e 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -707,7 +707,7 @@ config FORCE_MAX_ZONEORDER | |||
707 | 707 | ||
708 | config MATH_EMULATION | 708 | config MATH_EMULATION |
709 | bool "Math emulation" | 709 | bool "Math emulation" |
710 | depends on 4xx || 8xx || E200 || E500 | 710 | depends on 4xx || 8xx || E200 || PPC_83xx || E500 |
711 | ---help--- | 711 | ---help--- |
712 | Some PowerPC chips designed for embedded applications do not have | 712 | Some PowerPC chips designed for embedded applications do not have |
713 | a floating-point unit and therefore do not implement the | 713 | a floating-point unit and therefore do not implement the |