zephyr/drivers/pinmux/Kconfig.mcux
Kumar Gala 80b4ec0ee1 drivers: pinmux: pinmux_mcux: Remove Kconfig options
We now get the specific port and name from devicetree so remove the
Kconfig options.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-12-18 07:52:52 -06:00

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.