commit | 24677f93bcfd71a88cf5f7df9b20fed8cf6f1d6e | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Tue Apr 28 16:52:35 2020 -0700 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Thu Jul 23 11:00:39 2020 +0200 |
tree | 02370ba6cefa805d55cac9ddbfe38ee3d84fb19c | |
parent | 75f47a56b57542e61c69d575a170a0a25d8886d9 [diff] |
kconfig: add dt_path_enabled, dt_alias_enabled There is already a way to check if a node is enabled based on its node label, but we don't have an equivalent way to do that for a path or an alias. Add them. These rely on the same underlying edtlib machinery to get their jobs done, but are being treated differently within Kconfig in order to match distinctions between paths and aliases made in the devicetree.h API. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>