:orphan: .. title:: PINMUX_LPC11U6X .. option:: CONFIG_PINMUX_LPC11U6X *Pinmux driver for NXP LPC11U6X MCUs* Type: ``bool`` Help ==== .. code-block:: none Enable pinmux driver for NXP LPC11U6X MCUs. Direct dependencies =================== \ :option:`SOC_SERIES_LPC11U6X ` && \ :option:`PINMUX ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/pinmux/Kconfig.lpc11u6x:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:46`` → ``/pinmux/Kconfig:39`` Menu path: (Top) → Device Drivers → Enable board pinmux driver .. code-block:: kconfig config PINMUX_LPC11U6X bool "Pinmux driver for NXP LPC11U6X MCUs" default y depends on SOC_SERIES_LPC11U6X && PINMUX help Enable pinmux driver for NXP LPC11U6X MCUs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*