kumquat-buildroot/arch
Yann E. MORIN f52692ed64 arch/arm: add option to enable an optional VFP unit
Currently, the VFP selection for ARM is a little bit muddy:
  - some CPUs definitely do not have a VFP or NEON,
  - some CPUs definitely do have a VFP or NEON,
  - some CPUs may have a VFP or NEON.

However, we currently conflate the availability of the VFP/NEON with the
possibility to use them. Even is the user chooses a floating point
strategy with a 'lower' solution (i.e. VFPv2 when a VFPv3 exists, or not
using NEON when the CPU has it), some packages are still using the
CPU-defined HW availaibility rather thean the usr's selection.

Furthermore, for CPU that may have a VFP/NEON, there is no way for the
user to actually specify that the HW is indeed available; the user can
only specify the floating point strategy. This means that some packages
or some package versions, like nodejs for example, can not be properly
selected on some CPU cores, like Cortex-A9 which only may have a VFP.

Like we have an option to enable an optional NEON unit, add a similar
option to enable an optional VFP unit.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-12-27 12:17:23 +01:00
..
Config.in toolchain: add sparc64 architecture support 2015-10-10 12:51:45 +02:00
Config.in.aarch64
Config.in.arc
Config.in.arm arch/arm: add option to enable an optional VFP unit 2015-12-27 12:17:23 +01:00
Config.in.bfin
Config.in.m68k
Config.in.microblaze
Config.in.mips arch: add support for mips32r6 and mips64r6 variants 2015-10-12 21:33:56 +02:00
Config.in.nios2
Config.in.powerpc arch: add tune options for powerpc e5500 and e6500 2015-11-17 00:16:39 +01:00
Config.in.sh
Config.in.sparc toolchain: add sparc64 architecture support 2015-10-10 12:51:45 +02:00
Config.in.x86 arch/Config.in.x86: drop trailing dot (.) from x1000 URL 2015-10-20 11:32:03 +02:00
Config.in.xtensa