465b7615a9
Move to using select I2C' instead of 'depends on'
(see commit df81fef944
for more
details)
Signed-off-by: Kumar Gala <galak@kernel.org>
9 lines
230 B
Plaintext
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
|