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.
Defaults¶
No defaults. Implicitly defaults to n.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr Driver>/gpio/Kconfig.lmp90xxx:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:36 → <Zephyr Driver>/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.)