:orphan: .. title:: TEMP_KINETIS_OVERSAMPLING .. option:: CONFIG_TEMP_KINETIS_OVERSAMPLING *ADC oversampling* Type: ``int`` Help ==== ADC oversampling to use for the temperature sensor and bandgap voltage readings. Oversampling can help in providing more stable readings. Direct dependencies =================== \ :option:`TEMP_KINETIS ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/nxp_kinetis_temp/Kconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:191`` Menu path: (Top) → Device Drivers → Sensor Drivers → NXP Kinetis Temperature Sensor .. parsed-literal:: config TEMP_KINETIS_OVERSAMPLING int "ADC oversampling" range 0 5 default 0 depends on \ :option:`TEMP_KINETIS ` && \ :option:`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.)*