:orphan: .. title:: CONFIG_ADC_LMP90XXX .. kconfig:: CONFIG_ADC_LMP90XXX CONFIG_ADC_LMP90XXX ################### *LMP90xxx driver* Type: ``bool`` Help ==== .. code-block:: none Enable LMP90xxx ADC driver. The LMP90xxx is a multi-channel, low power sensor analog frontend (AFE). Direct dependencies =================== (\ :kconfig:`ADC ` && \ :kconfig:`SHIELD_LMP90100_EVB `) || (\ :kconfig:`ADC ` && \ :kconfig:`SHIELD_LMP90100_EVB `) || (\ :kconfig:`ADC ` && \ :kconfig:`SHIELD_LMP90100_EVB `) || (\ :kconfig:`SPI ` && \ :kconfig:`ADC `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y Symbols selected by this symbol =============================== - \ :kconfig:`ADC_CONFIGURABLE_INPUTS ` Kconfig definitions =================== At ``/shields/lmp90100_evb/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` → ``/kconfig/Kconfig.shield.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config ADC_LMP90XXX bool default y depends on ADC && SHIELD_LMP90100_EVB ---- At ``/shields/lmp90100_evb/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:20`` Menu path: (Top) .. code-block:: kconfig config ADC_LMP90XXX bool default y depends on ADC && SHIELD_LMP90100_EVB ---- At ``/shields/lmp90100_evb/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config ADC_LMP90XXX bool default y depends on ADC && SHIELD_LMP90100_EVB ---- At ``/adc/Kconfig.lmp90xxx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:50`` → ``/adc/Kconfig:55`` Menu path: (Top) → Device Drivers → ADC drivers .. code-block:: kconfig config ADC_LMP90XXX bool "LMP90xxx driver" select ADC_CONFIGURABLE_INPUTS depends on SPI && 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.)*