:orphan: .. title:: HP206C .. option:: CONFIG_HP206C *HopeRF HP206C precision barometer and altimeter sensor* Type: ``bool`` Help ==== .. code-block:: none Enable HopeRF HP206C barometer and altimeter support. Direct dependencies =================== \ :option:`I2C ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/hp206c/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:97`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig menuconfig HP206C bool "HopeRF HP206C precision barometer and altimeter sensor" depends on I2C && SENSOR help Enable HopeRF HP206C barometer and altimeter support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*