:orphan: .. title:: CONFIG_ADC_CONFIGURABLE_INPUTS .. kconfig:: CONFIG_ADC_CONFIGURABLE_INPUTS CONFIG_ADC_CONFIGURABLE_INPUTS ############################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`ADC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`ADC_NRFX_ADC ` - \ :kconfig:`ADC_NRFX_SAADC ` - \ :kconfig:`ADC_SAM0 ` - \ :kconfig:`ADC_LMP90XXX ` Kconfig definition ================== At ``/adc/Kconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:50`` Menu path: (Top) → Device Drivers → ADC drivers .. code-block:: kconfig config ADC_CONFIGURABLE_INPUTS bool depends on ADC *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*