drivers: pinmux: lpc11u6x: drop driver

Drop LPC11U6X pinmux driver in favor of pinctrl.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2023-02-21 10:54:52 +01:00 committed by Anas Nashif
commit 099012a59f
7 changed files with 0 additions and 181 deletions

View file

@ -14,14 +14,4 @@ config NUM_IRQS
# must be >= the highest interrupt number used
default 40
if PINMUX
# The pinmux device must be initialized before all the other devices, including
# the clock control device which uses it.
config PINMUX_INIT_PRIORITY
default 1
endif # PINMUX
endif # SOC_SERIES_LPC11U6X