:orphan: .. title:: GPIO_LPC11U6X .. option:: CONFIG_GPIO_LPC11U6X *LPC11U6x GPIO driver* Type: ``bool`` Help ==== Enable GPIO driver for LPC11U6x MCUs. Direct dependencies =================== \ :option:`SOC_SERIES_LPC11U6X ` && \ :option:`CLOCK_CONTROL_LPC11U6X ` && \ :option:`PINMUX_LPC11U6X ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.lpc11u6x:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:78`` Menu path: (Top) → Device Drivers → GPIO Drivers .. parsed-literal:: config GPIO_LPC11U6X bool "LPC11U6x GPIO driver" depends on \ :option:`SOC_SERIES_LPC11U6X ` && \ :option:`CLOCK_CONTROL_LPC11U6X ` && \ :option:`PINMUX_LPC11U6X ` && \ :option:`GPIO ` help Enable GPIO driver for LPC11U6x MCUs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*