:orphan: .. title:: CONFIG_HP206C .. kconfig:: CONFIG_HP206C CONFIG_HP206C ############# *HopeRF HP206C precision barometer and altimeter sensor* Type: ``bool`` Help ==== .. code-block:: none Enable HopeRF HP206C barometer and altimeter support. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`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:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:99`` 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.)*