soc: arm: nxp_lpc: do not select PINMUX

The platform has support for pinctrl, but it is selecting both pinmux
and pinctrl. Legacy applications requiring pinmux should enable it
manually.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-10-06 09:23:41 +02:00 committed by Mahesh Mahadevan
commit 40a6f08d3c

View file

@ -9,7 +9,6 @@ config SOC_SERIES_LPC11U6X
select CPU_CORTEX_M0PLUS select CPU_CORTEX_M0PLUS
select CPU_CORTEX_M_HAS_SYSTICK select CPU_CORTEX_M_HAS_SYSTICK
select SOC_FAMILY_LPC select SOC_FAMILY_LPC
select PINMUX
select PINCTRL select PINCTRL
select CLOCK_CONTROL select CLOCK_CONTROL
help help