You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
336 B
12 lines
336 B
# TMP11X temperature sensor configuration options |
|
|
|
# Copyright (c) 2019 Centaur Analytics, Inc |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config TMP11X |
|
bool "TMP116, TMP117 and TMP119 Temperature Sensors" |
|
default y |
|
depends on DT_HAS_TI_TMP11X_ENABLED |
|
select I2C |
|
help |
|
Enable driver for TMP116, TMP117 and TMP119 temperature sensors.
|
|
|