:orphan: .. title:: ADC_LMP90XXX_GPIO .. option:: CONFIG_ADC_LMP90XXX_GPIO *Enable GPIO support* Type: ``bool`` Help ==== Enable GPIO child device support in the LMP90xxx ADC driver. The GPIO functionality is handled by the LMP90xxx GPIO driver. Direct dependencies =================== (\ :option:`ADC ` && \ :option:`SHIELD_LMP90100_EVB `) || (\ :option:`ADC ` && \ :option:`SHIELD_LMP90100_EVB `) || (\ :option:`GPIO ` && \ :option:`ADC_LMP90XXX ` && \ :option:`ADC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :option:`GPIO_LMP90XXX ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/shields/lmp90100_evb/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:17`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. parsed-literal:: config ADC_LMP90XXX_GPIO bool default y depends on \ :option:`ADC ` && \ :option:`SHIELD_LMP90100_EVB ` ---- At ``boards/shields/lmp90100_evb/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config ADC_LMP90XXX_GPIO bool default y depends on \ :option:`ADC ` && \ :option:`SHIELD_LMP90100_EVB ` ---- At ``drivers/adc/Kconfig.lmp90xxx:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:48`` → ``drivers/adc/Kconfig:53`` Menu path: (Top) → Device Drivers → ADC drivers → LMP90xxx driver .. parsed-literal:: config ADC_LMP90XXX_GPIO bool "Enable GPIO support" select \ :option:`GPIO_LMP90XXX ` depends on \ :option:`GPIO ` && \ :option:`ADC_LMP90XXX ` && \ :option:`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.)*