commit | de42aea18f20c83709c910e919c14bf4caa29058 | [log] [tgz] |
---|---|---|
author | Ulf Magnusson <Ulf.Magnusson@nordicsemi.no> | Fri Feb 07 00:48:22 2020 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Sat Feb 08 00:50:08 2020 -0600 |
tree | ce5b25794b8ec521fd579bc503ae2925d154f368 | |
parent | c5839f834b30754a3374e17824cd1ecb57b9c023 [diff] |
kconfig/cmake: Check that one of the CONFIG_<arch> symbols is set All SoCs must now 'select' one of the CONFIG_<arch> symbols. Add an ARCH_IS_SET helper symbol that's selected by the arch symbols and checked in CMake, printing a warning otherwise. Might save people some time until they're used to the new scheme. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>