691228ce01
This adds a driver for the DS2482-800 1-wire multi channel bus driver. The driver uses a split architecture in order to share a common lock among all configured channels of a single IC. Signed-off-by: Caspar Friedrich <c.s.w.friedrich@gmail.com>
9 lines
238 B
Plaintext
9 lines
238 B
Plaintext
# Copyright (c) 2022, Caspar Friedrich <c.s.w.friedrich@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config W1_DS2482_800
|
|
bool "DS2482-800, 8-Channel 1-Wire Master"
|
|
select I2C
|
|
depends on DT_HAS_MAXIM_DS2482_800_ENABLED
|
|
default y
|