Organizes sensor drivers by vendor to distribute maintainership responsibilities. Signed-off-by: Maureen Helm <maureen.helm@analog.com>
14 lines
305 B
Plaintext
14 lines
305 B
Plaintext
# Microchip MCP970X ADC driver
|
|
#
|
|
# Copyright (c) 2023 FTP Technologies
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config MCP970X
|
|
bool "MCP9700/9700A and MCP9701/9701A sensor"
|
|
default y
|
|
depends on DT_HAS_MICROCHIP_MCP970X_ENABLED
|
|
select ADC
|
|
help
|
|
Enables Low-Power Linear Active Thermistor IC driver.
|