1# Drivers configuration options for Sensirion SCD4x
2
3# Copyright (c) 2024 Jan Fäh
4# SPDX-License-Identifier: Apache-2.0
5
6config SCD4X
7	bool "SCD4x Carbon Dioxide Sensor"
8	default y
9	depends on DT_HAS_SENSIRION_SCD41_ENABLED || DT_HAS_SENSIRION_SCD40_ENABLED
10	select I2C
11	select CRC
12	help
13	  Enable driver for the Sensirion SCD4x carbon dioxide sensors.
14