CONFIG_M68KFPU_EMU_ONLY is not available for thedefaultarchitecture x86.
Result is shown for architecture m68k
Math emulation only kernel
configname: CONFIG_M68KFPU_EMU_ONLY
Linux Kernel Configuration
└─>Math emulation only kernel
In linux kernel since version 2.6.12
This option prevents any floating-point instructions from being
compiled into the kernel, thereby the kernel doesn't save any
floating point context anymore during task switches, so this
kernel will only be usable on machines without a floating-point
math coprocessor. This makes the kernel a bit faster as no tests
needs to be executed whether a floating-point instruction in the
kernel should be executed or not.
compiled into the kernel, thereby the kernel doesn't save any
floating point context anymore during task switches, so this
kernel will only be usable on machines without a floating-point
math coprocessor. This makes the kernel a bit faster as no tests
needs to be executed whether a floating-point instruction in the
kernel should be executed or not.