zephyr/drivers/sensor/sensirion/sgp40/Kconfig
Maureen Helm fab99bd641 drivers: sensor: sensirion: Move to vendor subdirectory
Organizes sensor drivers by vendor to distribute maintainership
responsibilities.

Signed-off-by: Maureen Helm <maureen.helm@analog.com>
2024-04-08 09:14:06 -04:00

14 lines
311 B
Plaintext

# 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.