The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_GPIO_LPC11U6X

LPC11U6x GPIO driver

Type: bool

Help

Enable GPIO driver for LPC11U6x MCUs.

Direct dependencies

SOC_SERIES_LPC11U6X && CLOCK_CONTROL_LPC11U6X && PINMUX_LPC11U6X && GPIO

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/gpio/Kconfig.lpc11u6x:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:36drivers/gpio/Kconfig:78

Menu path: (Top) → Device Drivers → GPIO Drivers

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.)