zephyr/drivers/w1/Kconfig.ds2484
Kumar Gala 465b7615a9 drivers: w1: Move to using select in Kconfig for I2C bus
Move to using select I2C' instead of 'depends on'
(see commit df81fef944 for more
 details)

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-08-12 14:15:53 +01:00

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