:orphan: .. title:: HP206C_OSR .. option:: CONFIG_HP206C_OSR *Oversampling rate* Type: ``int`` Help ==== Allowed values: 4096, 2048, 1024, 512, 256, 128 Direct dependencies =================== !\ :option:`HP206C_OSR_RUNTIME ` && \ :option:`HP206C ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4096 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/hp206c/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:91`` Menu path: (Top) → Device Drivers → Sensor Drivers → HopeRF HP206C precision barometer and altimeter sensor .. parsed-literal:: config HP206C_OSR int "Oversampling rate" default 4096 depends on !\ :option:`HP206C_OSR_RUNTIME ` && \ :option:`HP206C ` && \ :option:`SENSOR ` help Allowed values: 4096, 2048, 1024, 512, 256, 128 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*