:orphan: .. title:: CONFIG_HP206C_ALT_OFFSET_RUNTIME .. kconfig:: CONFIG_HP206C_ALT_OFFSET_RUNTIME CONFIG_HP206C_ALT_OFFSET_RUNTIME ################################ *Altitude offset set at runtime* Type: ``bool`` Direct dependencies =================== \ :kconfig:`HP206C ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/sensor/hp206c/Kconfig:26`` 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_ALT_OFFSET_RUNTIME bool "Altitude offset set at runtime" default y depends on HP206C && SENSOR *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*