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>
11 lines
233 B
Plaintext
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.
|