:orphan: .. title:: CONFIG_TEMP_KINETIS_RESOLUTION .. kconfig:: CONFIG_TEMP_KINETIS_RESOLUTION CONFIG_TEMP_KINETIS_RESOLUTION ############################## *ADC resolution* Type: ``int`` Help ==== .. code-block:: none ADC resolution to use for the temperature sensor and bandgap voltage readings. Direct dependencies =================== \ :kconfig:`TEMP_KINETIS ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 16 if \ :kconfig:`HAS_MCUX_ADC16 ` - 12 if \ :kconfig:`HAS_MCUX_ADC12 ` Kconfig definition ================== At ``/sensor/nxp_kinetis_temp/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:225`` Menu path: (Top) → Device Drivers → Sensor Drivers → NXP Kinetis Temperature Sensor .. code-block:: kconfig config TEMP_KINETIS_RESOLUTION int "ADC resolution" default 16 if HAS_MCUX_ADC16 default 12 if HAS_MCUX_ADC12 depends on TEMP_KINETIS && SENSOR help ADC resolution to use for the temperature sensor and bandgap voltage readings. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*