2022-07-21 05:19:40 +08:00
|
|
|
# Copyright (c) 2022, Caspar Friedrich <c.s.w.friedrich@gmail.com>
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config W1_DS2484
|
|
|
|
bool "DS2484 Single-Channel 1-Wire Master"
|
2022-08-12 12:09:47 +08:00
|
|
|
select I2C
|
2022-07-21 05:19:40 +08:00
|
|
|
depends on DT_HAS_MAXIM_DS2484_ENABLED
|
|
|
|
default y
|