1# LM95234 temperature sensor config
2
3# Copyright (c) 2024 Calian Advanced Technologies
4# SPDX-License-Identifier: Apache-2.0
5
6config LM95234
7	bool "LM95234 Temperature Sensor"
8	default y
9	depends on DT_HAS_NATIONAL_LM95234_ENABLED
10	select I2C
11	help
12	  Enable the driver for the LM95234 Quad Remote Diode and Local
13	  Temperature Sensor with SMBus Interface.
14