# SGP40 multipixel gas sensor configuration options

# Copyright (c) 2021 Leonard Pollak
# SPDX-License-Identifier: Apache-2.0

config SGP40
	bool "SGP40 Multipixel Gas Sensor"
	default y
	depends on DT_HAS_SENSIRION_SGP40_ENABLED
	select I2C
	select CRC
	help
	  Enable driver for SGP40 Multipixel Gas Sensor.
