:orphan: .. title:: CONFIG_GPIO_LMP90XXX .. kconfig:: CONFIG_GPIO_LMP90XXX CONFIG_GPIO_LMP90XXX #################### *LMP90xxx GPIO driver* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`ADC_LMP90XXX_GPIO ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`ADC_LMP90XXX_GPIO ` Kconfig definition ================== At ``/gpio/Kconfig.lmp90xxx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:74`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig 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.)*