1# SGP40 multipixel gas sensor configuration options 2 3# Copyright (c) 2021 Leonard Pollak 4# SPDX-License-Identifier: Apache-2.0 5 6config SGP40 7 bool "SGP40 Multipixel Gas Sensor" 8 default y 9 depends on DT_HAS_SENSIRION_SGP40_ENABLED 10 select I2C 11 select CRC 12 help 13 Enable driver for SGP40 Multipixel Gas Sensor. 14