da4e3e713b
Adds support for the Linear Technologies LTC2451 ADC. Signed-off-by: Ethan Duckett <ethan.duckett@brillpower.com>
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
# Copyright (c) 2023 Brill Power
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ADC_LTC2451
|
|
bool "LTC2451 driver"
|
|
default y
|
|
depends on DT_HAS_LLTC_LTC2451_ENABLED
|
|
select I2C
|