zephyr/drivers/gpio/Kconfig.mcux
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

11 lines
233 B
Plaintext

# MCUX GPIO configuration options
# Copyright (c) 2016 Freescale Semiconductor, Inc.
# Copyright (c) 2017, NXP
# SPDX-License-Identifier: Apache-2.0
config GPIO_MCUX
bool "MCUX GPIO driver"
help
Enable the MCUX pinmux driver.