:orphan: .. title:: CONFIG_ADC_LMP90XXX_GPIO .. kconfig:: CONFIG_ADC_LMP90XXX_GPIO CONFIG_ADC_LMP90XXX_GPIO ######################## *Enable GPIO support* Type: ``bool`` Help ==== .. code-block:: none Enable GPIO child device support in the LMP90xxx ADC driver. The GPIO functionality is handled by the LMP90xxx GPIO driver. Direct dependencies =================== (\ :kconfig:`ADC ` && \ :kconfig:`SHIELD_LMP90100_EVB `) || (\ :kconfig:`ADC ` && \ :kconfig:`SHIELD_LMP90100_EVB `) || (\ :kconfig:`ADC ` && \ :kconfig:`SHIELD_LMP90100_EVB `) || (\ :kconfig:`GPIO ` && \ :kconfig:`ADC_LMP90XXX ` && \ :kconfig:`ADC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y Symbols selected by this symbol =============================== - \ :kconfig:`GPIO_LMP90XXX ` Kconfig definitions =================== At ``/shields/lmp90100_evb/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config ADC_LMP90XXX_GPIO bool default y depends on ADC && SHIELD_LMP90100_EVB ---- At ``/shields/lmp90100_evb/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config ADC_LMP90XXX_GPIO bool default y depends on ADC && SHIELD_LMP90100_EVB ---- At ``/shields/lmp90100_evb/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config ADC_LMP90XXX_GPIO bool default y depends on ADC && SHIELD_LMP90100_EVB ---- At ``/adc/Kconfig.lmp90xxx:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:50`` → ``/adc/Kconfig:55`` Menu path: (Top) → Device Drivers → ADC drivers → LMP90xxx driver .. code-block:: kconfig config ADC_LMP90XXX_GPIO bool "Enable GPIO support" select GPIO_LMP90XXX depends on GPIO && ADC_LMP90XXX && ADC help Enable GPIO child device support in the LMP90xxx ADC driver. The GPIO functionality is handled by the LMP90xxx GPIO driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*