mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
All the gpio drivers are based on devicetree and thus we always set HAS_DTS_GPIO, thus we don't need this Kconfig option anymore. Remove uses as its safe to assume DTS is supported for GPIO. Signed-off-by: Kumar Gala <galak@kernel.org>