# SPDX-License-Identifier: GPL-2.0-only

config IIO_P3T1085
	tristate
	depends on (I2C || I3C)

config IIO_P3T1085_I2C
	tristate "NXP P3T1085 temprature sensor I2C driver"
	select IIO_P3T1085
	select REGMAP_I2C
	help
	  Say yes here to build support for NXP P3T1085 I2C temperature
	  sensor.

	  To compile this driver as a module, choose M here: the module
	  will be called p3t1085_i2c

config IIO_P3T1085_I3C
	tristate "NXP P3T1085 temprature sensor I3C driver"
	select IIO_P3T1085
	select REGMAP_I3C
	help
	  Say yes here to build support for NXP P3T1085 I3C temperature
	  sensor.

	  To compile this driver as a module, choose M here: the module
	  will be called p3t1085_i3c
