1# Copyright (c) 2023 Brill Power
2# SPDX-License-Identifier: Apache-2.0
3
4config ADC_LTC2451
5	bool "LTC2451 driver"
6	default y
7	depends on DT_HAS_LLTC_LTC2451_ENABLED
8	select I2C
9