:orphan: .. title:: CONFIG_TEMP_KINETIS_OVERSAMPLING .. kconfig:: CONFIG_TEMP_KINETIS_OVERSAMPLING CONFIG_TEMP_KINETIS_OVERSAMPLING ################################ *ADC oversampling* Type: ``int`` Help ==== .. code-block:: none ADC oversampling to use for the temperature sensor and bandgap voltage readings. Oversampling can help in providing more stable readings. Direct dependencies =================== \ :kconfig:`TEMP_KINETIS ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/sensor/nxp_kinetis_temp/Kconfig:22`` 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_OVERSAMPLING int "ADC oversampling" range 0 5 default 0 depends on TEMP_KINETIS && SENSOR help ADC oversampling to use for the temperature sensor and bandgap voltage readings. Oversampling can help in providing more stable readings. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*