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