1# ExplorIR-M CO2 sensor configuration options
2
3# Copyright (c) 2023, Vitrolife A/S
4# SPDX-License-Identifier: Apache-2.0
5
6config EXPLORIR_M
7	bool "ExplorIR-M CO2 Sensor"
8	default y
9	depends on DT_HAS_GSS_EXPLORIR_M_ENABLED
10	depends on UART_INTERRUPT_DRIVEN
11	select UART
12	help
13	  Enable driver for ExplorIR-M CO2 Sensor.
14