2016-10-15 20:19:54 +08:00
|
|
|
# Kconfig - HDC1008 temperature and humidity sensor configuration options
|
2016-02-26 20:40:25 +08:00
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Intel Corporation
|
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-02-26 20:40:25 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig HDC1008
|
2018-08-14 22:19:20 +08:00
|
|
|
bool "HDC1008 Temperature and Humidity Sensor"
|
2018-09-20 06:25:44 +08:00
|
|
|
depends on I2C && HAS_DTS_I2C && GPIO && HAS_DTS_GPIO
|
2016-02-26 20:40:25 +08:00
|
|
|
help
|
|
|
|
Enable driver for HDC1008 temperature and humidity sensors.
|