zephyr/drivers/w1/Kconfig.ds2484

9 lines
230 B
Plaintext

# 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