: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 if's and menus.)* Defaults ======== - 4096 if !\ :option:`HP206C_OSR_RUNTIME ` && \ :option:`HP206C ` && \ :option:`SENSOR ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/hp206c/Kconfig:32`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:64`` → ``drivers/sensor/Kconfig:70`` Menu path: (top menu) → Device Drivers → Sensor Drivers → HopeRF HP206C precision barometer and altimeter sensor .. parsed-literal:: config HP206C_OSR int prompt "Oversampling rate" if !\ :option:`HP206C_OSR_RUNTIME ` && \ :option:`HP206C ` && \ :option:`SENSOR ` default 4096 if !\ :option:`HP206C_OSR_RUNTIME ` && \ :option:`HP206C ` && \ :option:`SENSOR ` depends on !\ :option:`HP206C_OSR_RUNTIME ` && \ :option:`HP206C ` && \ :option:`SENSOR ` help Allowed values: 4096, 2048, 1024, 512, 256, 128 *(Definitions include propagated dependencies, including from if's and menus.)*