commit | 4019bda695438896e14e6ac14ac131d13710641a | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Thu Dec 27 16:30:18 2018 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Dec 30 16:24:50 2018 -0500 |
tree | da5595d2a9d691c3d9fce4398b14b8311e7715f1 | |
parent | 7201a1ba630a30c9cd8b65f3170e9145ff5498bd [diff] |
kconfig: Disable 'RETPOLINE' on unsupported platforms RETPOLINE has been enabled by default on most platforms, but it is only supported on X86. Features should only be enabled if they are supported and active on the given platform. To rectify this we have RETPOLINE depend on X86, the only platform on which it is implemented. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>