commit | 21d69579f53fcbcd6c7b1289e072d22aad5a46a8 | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Thu Dec 27 18:08:24 2018 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Dec 30 16:24:50 2018 -0500 |
tree | 1a3eadf7061f0448e3efb89d24eb06add508cc02 | |
parent | 4019bda695438896e14e6ac14ac131d13710641a [diff] |
kconfig: Have the 'SMP' option depend on 'USE_SWITCH' SMP requires the new-style '_arch_switch' to be enabled. To prevent users from creating invalid configurations where SMP is enabled while _arch_switch is not, we add a dependency from SMP to USE_SWITCH. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>