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 <Zephyr>/drivers/gpio/Kconfig.lmp90xxx:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:34<Zephyr>/drivers/gpio/Kconfig:72

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