Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b1a67099fce4743eb996db35e24631c8e06c3186
/
.
/
drivers
/
w1
/
Kconfig.ds2484
blob: dc446b16543336cde63ab8bcd2c92e006b59ece9 [
file
] [
log
] [
blame
]
# 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"
select
I2C
depends on DT_HAS_MAXIM_DS2484_ENABLED
default
y