:orphan: .. title:: PINMUX_LPC11U6X .. option:: CONFIG_PINMUX_LPC11U6X *Pinmux driver for NXP LPC11U6X MCUs* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/pinmux/Kconfig.lpc11u6x:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:46`` → ``drivers/pinmux/Kconfig:45`` Menu path: (Top) → Device Drivers → Enable board pinmux driver .. parsed-literal:: config PINMUX_LPC11U6X bool "Pinmux driver for NXP LPC11U6X MCUs" default y depends on \ :option:`SOC_SERIES_LPC11U6X ` && \ :option:`PINMUX ` help Enable pinmux driver for NXP LPC11U6X MCUs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*