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