:orphan: .. title:: ADC_LMP90XXX .. option:: CONFIG_ADC_LMP90XXX *LMP90xxx driver* Type: ``bool`` Help ==== Enable LMP90xxx ADC driver. The LMP90xxx is a multi-channel, low power sensor analog frontend (AFE). Direct dependencies =================== (\ :option:`ADC ` && \ :option:`SHIELD_LMP90100_EVB `) || (\ :option:`ADC ` && \ :option:`SHIELD_LMP90100_EVB `) || (\ :option:`SPI ` && \ :option:`ADC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :option:`ADC_CONFIGURABLE_INPUTS ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/shields/lmp90100_evb/Kconfig.defconfig:11`` 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 bool default y depends on \ :option:`ADC ` && \ :option:`SHIELD_LMP90100_EVB ` ---- At ``boards/shields/lmp90100_evb/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config ADC_LMP90XXX bool default y depends on \ :option:`ADC ` && \ :option:`SHIELD_LMP90100_EVB ` ---- At ``drivers/adc/Kconfig.lmp90xxx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:48`` → ``drivers/adc/Kconfig:53`` Menu path: (Top) → Device Drivers → ADC drivers .. parsed-literal:: config ADC_LMP90XXX bool "LMP90xxx driver" select \ :option:`ADC_CONFIGURABLE_INPUTS ` depends on \ :option:`SPI ` && \ :option:`ADC ` help Enable LMP90xxx ADC driver. The LMP90xxx is a multi-channel, low power sensor analog frontend (AFE). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*