:orphan: .. title:: choice: Clock Divide Selection .. _choice_170: .. describe:: choice: Clock Divide Selection *Clock Divide Selection* Type: ``bool`` Direct dependencies =================== \ :option:`ADC_MCUX_ADC16 ` && \ :option:`ADC ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`ADC_MCUX_ADC16_CLK_DIV_RATIO_1 ` Choice options ============== - \ :option:`ADC_MCUX_ADC16_CLK_DIV_RATIO_1 ` - \ :option:`ADC_MCUX_ADC16_CLK_DIV_RATIO_2 ` - \ :option:`ADC_MCUX_ADC16_CLK_DIV_RATIO_4 ` - \ :option:`ADC_MCUX_ADC16_CLK_DIV_RATIO_8 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/adc/Kconfig.mcux:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:48`` → ``drivers/adc/Kconfig:41`` Menu path: (Top) → Device Drivers → ADC drivers .. parsed-literal:: choice bool "Clock Divide Selection" default \ :option:`ADC_MCUX_ADC16_CLK_DIV_RATIO_1 ` depends on \ :option:`ADC_MCUX_ADC16 ` && \ :option:`ADC ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*