:orphan: .. title:: CONFIG_PINMUX_LPC11U6X .. kconfig:: CONFIG_PINMUX_LPC11U6X CONFIG_PINMUX_LPC11U6X ###################### *Pinmux driver for NXP LPC11U6X MCUs* Type: ``bool`` Help ==== .. code-block:: none Enable pinmux driver for NXP LPC11U6X MCUs. Direct dependencies =================== \ :kconfig:`SOC_SERIES_LPC11U6X ` && \ :kconfig:`PINMUX ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/pinmux/Kconfig.lpc11u6x:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:48`` → ``/pinmux/Kconfig:41`` 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.)*