:orphan: .. title:: GPIO_LMP90XXX .. option:: 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 =================== \ :option:`ADC_LMP90XXX_GPIO ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`ADC_LMP90XXX_GPIO ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.lmp90xxx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:74`` Menu path: (Top) → Device Drivers → GPIO Drivers .. parsed-literal:: menuconfig GPIO_LMP90XXX bool "LMP90xxx GPIO driver" depends on \ :option:`ADC_LMP90XXX_GPIO ` && \ :option:`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.)*