14 lines
350 B
Plaintext
14 lines
350 B
Plaintext
# Kconfig - HDC1008 temperature and humidity sensor configuration options
|
|
|
|
#
|
|
# Copyright (c) 2016 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menuconfig HDC1008
|
|
bool "HDC1008 Temperature and Humidity Sensor"
|
|
depends on I2C && HAS_DTS_I2C && GPIO && HAS_DTS_GPIO
|
|
help
|
|
Enable driver for HDC1008 temperature and humidity sensors.
|