1# Copyright (c) 2021 G-Technologies Sdn. Bhd.
2# SPDX-License-Identifier: Apache-2.0
3
4config MHZ19B
5	bool "Winsen CO2 sensor"
6	default y
7	depends on DT_HAS_WINSEN_MHZ19B_ENABLED
8	depends on UART_INTERRUPT_DRIVEN
9	help
10	  Enable driver for the MHZ19B CO2 Sensor.
11