zephyr/drivers/pinmux/Kconfig.lpc11u6x
Simon Guinot fb92dd1bc7 drivers: pinmux: add driver for NXP LPC11U6X MCUs
This patch adds a pinmux driver allowing to configure the IOCON (I/O
control) registers found on the LPC11U6x MCUs.

Signed-off-by: Simon Guinot <simon.guinot@seagate.com>
2020-07-29 20:12:24 +02:00

10 lines
251 B
Plaintext

# Copyright (c) 2020 2020 Seagate Technology LLC
# SPDX-License-Identifier: Apache-2.0
config PINMUX_LPC11U6X
bool "Pinmux driver for NXP LPC11U6X MCUs"
depends on SOC_SERIES_LPC11U6X
default y
help
Enable pinmux driver for NXP LPC11U6X MCUs.