1# SPDX-License-Identifier: GPL-2.0
2#
3# temperature sensor drivers configuration
4#
5
6menuconfig TEMPERATURE_DEVICE
7 tristate "temperature sensor device support"
8 default n
9
10if TEMPERATURE_DEVICE
11 config TMP_MS5607
12 tristate"temperature sensor ms5607"
13 default n
14
15endif
16