2019-02-12 17:50:47 +08:00
|
|
|
# Kconfig - TI_HDC temperature and humidity sensor configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Intel Corporation
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
2019-10-22 07:04:04 +08:00
|
|
|
config TI_HDC
|
2019-02-12 17:50:47 +08:00
|
|
|
bool "Texas Instruments Temperature and Humidity Sensor (e.g. HDC1008)"
|
2019-06-05 14:52:42 +08:00
|
|
|
depends on I2C && HAS_DTS_I2C
|
2019-02-12 17:50:47 +08:00
|
|
|
help
|
|
|
|
Enable driver for TI temperature and humidity sensors.
|