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
|