:orphan: .. title:: HTS221 .. option:: CONFIG_HTS221 *HTS221 temperature and humidity sensor* Type: ``bool`` Help ==== Enable driver for HTS221 I2C-based temperature and humidity sensor. Direct dependencies =================== \ :option:`I2C ` && \ :option:`HAS_DTS_I2C ` && \ :option:`SENSOR ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/hts221/Kconfig:7`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:64`` → ``drivers/sensor/Kconfig:72`` Menu path: (top menu) → Device Drivers → Sensor Drivers .. parsed-literal:: menuconfig HTS221 bool prompt "HTS221 temperature and humidity sensor" if \ :option:`I2C ` && \ :option:`HAS_DTS_I2C ` && \ :option:`SENSOR ` depends on \ :option:`I2C ` && \ :option:`HAS_DTS_I2C ` && \ :option:`SENSOR ` help Enable driver for HTS221 I2C-based temperature and humidity sensor. *(Definitions include propagated dependencies, including from if's and menus.)*