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

CONFIG_GPIO_LMP90XXX

LMP90xxx GPIO driver

Type: bool

Help

Enable GPIO driver for LMP90xxx.

The LMP90xxx is a multi-channel, low power sensor analog
frontend (AFE).

The GPIO port of the LMP90xxx (D6 to D0) is exposed as a
GPIO controller driver with read/write support.

Direct dependencies

ADC_LMP90XXX_GPIO && GPIO

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/gpio/Kconfig.lmp90xxx:6

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

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

menuconfig GPIO_LMP90XXX
    bool "LMP90xxx GPIO driver"
    depends on ADC_LMP90XXX_GPIO && GPIO
    help
      Enable GPIO driver for LMP90xxx.

      The LMP90xxx is a multi-channel, low power sensor analog
      frontend (AFE).

      The GPIO port of the LMP90xxx (D6 to D0) is exposed as a
      GPIO controller driver with read/write support.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)