arch/arm: reorder NEON option
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 26 Dec 2015 16:05:41 +0000 (17:05 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 27 Dec 2015 11:16:45 +0000 (12:16 +0100)
commitb64bcbf5f2cb066e8dd819a762f779d0015a68f7
tree450c0605bd352bfd90c5a77f0c685bf67fab1991
parent8432ce7795bfb2ff474a974d91431dec6dfb3602
arch/arm: reorder NEON option

Stating whether to use the NEON extensions when it is optional in the
CPU really is completing the definition of the CPU we've just selected.

Move the ENABLE_NEON option just after the choice of the CPU variant,
and before any "software" option (ABI/VFP).

This will make sense in a moment, when we introduce a similar option for
enabling 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>
arch/Config.in.arm