commit | 600d749cf382d084837ea754104ff2a2070f8fc3 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.org> | Mon Jul 25 18:27:00 2022 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Jul 26 08:49:38 2022 +0200 |
tree | 78e1f3f06b13d3c796d48f772f1a57b00281c13b | |
parent | 737b1fa25a4d740a15af6c2fb8116b16f3135c98 [diff] |
gpio: remove Kconfig.defconfig setting of GPIO drivers Now that gpio drivers are enabled based on devicetree we need to remove any cases of them getting enabled by Kconfig.defconfig* files as this can lead to errors. Typically the Kconfig.defconfig* will blindly enable a sensor and not respect the devicetree state of the GPIO. Additionally we can get problems with prj.conf/defconfig getting incorrectly overridden. Signed-off-by: Kumar Gala <galak@kernel.org>