1# Copyright (c) 2022, Caspar Friedrich <c.s.w.friedrich@gmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4config W1_DS2484
5	bool "DS2484 Single-Channel 1-Wire Master"
6	select I2C
7	depends on DT_HAS_MAXIM_DS2484_ENABLED
8	default y
9