Kconfig (3d7a96f5a485b7d06c2379f343d7312af89ec9e2) Kconfig (025dfdafe77f20b3890981a394774baab7b9c827)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5config M68K
6 bool
7 default y
8 select HAVE_AOUT

--- 289 unchanged lines hidden (view full) ---

298config M68KFPU_EMU_EXTRAPREC
299 bool "Math emulation extra precision"
300 depends on M68KFPU_EMU
301 help
302 The fpu uses normally a few bit more during calculations for
303 correct rounding, the emulator can (often) do the same but this
304 extra calculation can cost quite some time, so you can disable
305 it here. The emulator will then "only" calculate with a 64 bit
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5config M68K
6 bool
7 default y
8 select HAVE_AOUT

--- 289 unchanged lines hidden (view full) ---

298config M68KFPU_EMU_EXTRAPREC
299 bool "Math emulation extra precision"
300 depends on M68KFPU_EMU
301 help
302 The fpu uses normally a few bit more during calculations for
303 correct rounding, the emulator can (often) do the same but this
304 extra calculation can cost quite some time, so you can disable
305 it here. The emulator will then "only" calculate with a 64 bit
306 mantissa and round slightly incorrect, what is more then enough
306 mantissa and round slightly incorrect, what is more than enough
307 for normal usage.
308
309config M68KFPU_EMU_ONLY
310 bool "Math emulation only kernel"
311 depends on M68KFPU_EMU
312 help
313 This option prevents any floating-point instructions from being
314 compiled into the kernel, thereby the kernel doesn't save any

--- 309 unchanged lines hidden ---
307 for normal usage.
308
309config M68KFPU_EMU_ONLY
310 bool "Math emulation only kernel"
311 depends on M68KFPU_EMU
312 help
313 This option prevents any floating-point instructions from being
314 compiled into the kernel, thereby the kernel doesn't save any

--- 309 unchanged lines hidden ---