:orphan: .. title:: HP206C .. option:: CONFIG_HP206C *HopeRF HP206C precision barometer and altimeter sensor* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/sensor/hp206c/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:91`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: menuconfig HP206C bool "HopeRF HP206C precision barometer and altimeter sensor" depends on \ :option:`I2C ` && \ :option:`SENSOR ` help Enable HopeRF HP206C barometer and altimeter support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*