commit | e073c4f54c8b6c1ec0210dff3e36da4a79b4a499 | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> | Fri Oct 25 06:25:49 2019 +0200 |
committer | Maureen Helm <maureen.helm@nxp.com> | Fri Oct 25 16:38:54 2019 -0500 |
tree | 2cfb1fb9f74e70d8c7efa64bcb6f22b3f0cba8ed | |
parent | 9343e25baad9bc7111fde60f2720c0659cfecbc4 [diff] |
arch: arc: kconfig: Define FP_FPU_DA outside Kconfig.defconfig files Define FP_FPU_DA in arch/arc/Kconfig to make it always available. That way, the Kconfig.defconfig definitions can skip the type, making them incomplete if the base definition of the symbol disappears. That makes the organization easier to understand and errors easier to spot. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>