commit | cf3dabedaff535313e38e84e3a37b27ba3e815bb | [log] [tgz] |
---|---|---|
author | Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> | Thu Sep 30 07:47:15 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Oct 04 20:48:20 2021 -0400 |
tree | 4823d7a8e579c4b6da6e0da5b3d22e86583f83ce | |
parent | f3b97ccfb6426c681298bb28e091ef2e66c59489 [diff] |
drivers: gpio: nrf: Remove CONFIG_GPIO_NRF_P0 and CONFIG_GPIO_NRF_P1 Remove Kconfig options for enabling device instances in favor of taking that information only from device tree. Prior to that change there was a mix of devicetree and Kconfig. Bring back use of CONFIG_GPIO_NRF_INIT_PRIORITY. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>