fb92dd1bc7
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>
10 lines
251 B
Plaintext
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.
|