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