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