1# P3T1755 digital temperature sensor
2
3# Copyright 2024 NXP
4# SPDX-License-Identifier: Apache-2.0
5
6config P3T1755
7	bool "P3T1755 digital temperature sensor driver"
8	default y
9	depends on DT_HAS_NXP_P3T1755_ENABLED
10	select I2C if $(dt_compat_on_bus,$(DT_COMPAT_NXP_P3T1755),i2c)
11	select I3C if $(dt_compat_on_bus,$(DT_COMPAT_NXP_P3T1755),i3c)
12	help
13	  Enable driver for the P3T1755 digital temperature sensor.
14