commit | 22e65cb9bab567e081cda2a96ac84875655ef3cd | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Wed Feb 12 12:34:35 2020 -0600 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Apr 23 17:07:41 2020 -0500 |
tree | 87bce75e639783822d58ab859522ae1fe45c1069 | |
parent | 25bc61de397eb5c796ce174b1c8e9810a6890345 [diff] |
gpio: mcux: Convert convert to DT_INST defines Convert driver to use DT_INST_ defines. As part of this conversion we remove the Kconfig options for per GPIO controller enables and instead get that information from device tree. This means we now disable each GPIO controller by default in the DTS and have each board dts enable the GPIO controller ports it needs. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>