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

(ADC && SHIELD_LMP90100_EVB) || (ADC && SHIELD_LMP90100_EVB) || (GPIO && ADC_LMP90XXX && ADC)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/boards/shields/lmp90100_evb/Kconfig.defconfig:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<BuildDir>/Kconfig/Kconfig.shield.defconfig:1

Menu path: (Top)

config ADC_LMP90XXX_GPIO
    bool
    default y
    depends on ADC && SHIELD_LMP90100_EVB

At <Zephyr>/boards/shields/lmp90100_evb/Kconfig.defconfig:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config ADC_LMP90XXX_GPIO
    bool
    default y
    depends on ADC && SHIELD_LMP90100_EVB

At <Zephyr>/drivers/adc/Kconfig.lmp90xxx:44

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:48<Zephyr>/drivers/adc/Kconfig:53

Menu path: (Top) → Device Drivers → ADC drivers → LMP90xxx driver

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.)