zephyr/dts/Kconfig
Kumar Gala bb03af637c drivers: gpio: remove unused HAS_DTS_GPIO Kconfig symbol
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>
2022-06-10 09:47:31 +02:00

8 lines
155 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
config HAS_DTS
bool
help
This option specifies that the target platform supports device tree
configuration.