zephyr/drivers/sensor/shtcx/Kconfig
Anas Nashif cffe98d9de crc: Make the build of crc function dependent on a Kconfig
Add CONFIG_CRC for building CRC related routines.
CRC routines are now being built for each application, whether used or
not and are add in the build system unconditionally.

Keep CONFIG_CRC enabled by default for now and until all users have
converted to use the new option.

Partial fix for #50654

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-11-23 13:30:00 +01:00

14 lines
370 B
Plaintext

# SHTCX temperature and humidity sensor configuration options
# Copyright (c) 2021 Thomas Stranger
# SPDX-License-Identifier: Apache-2.0
config SHTCX
bool "SHTCX: SHTC1 and SHTC3 Temperature and Humidity Sensor"
default y
depends on DT_HAS_SENSIRION_SHTCX_ENABLED
select I2C
select CRC
help
Enable driver for SHTC1 and SHTC3 temperature and humidity sensors.