80b4ec0ee1
We now get the specific port and name from devicetree so remove the Kconfig options. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
# MCUXpresso SDK pinmux
|
|
|
|
# Copyright (c) 2016, Freescale Semiconductor, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PINMUX_MCUX
|
|
bool "MCUX pinmux driver"
|
|
depends on HAS_MCUX
|
|
help
|
|
Enable the MCUX pinmux driver.
|