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