bb03af637c
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>
8 lines
155 B
Plaintext
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.
|