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>
This commit is contained in:
Kumar Gala 2022-08-11 23:09:47 -05:00 committed by Fabio Baltieri
parent 48dfd9c7e6
commit 465b7615a9

View file

@ -3,6 +3,6 @@
config W1_DS2484
bool "DS2484 Single-Channel 1-Wire Master"
depends on I2C
select I2C
depends on DT_HAS_MAXIM_DS2484_ENABLED
default y