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:
parent
48dfd9c7e6
commit
465b7615a9
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
||||||
|
|
||||||
config W1_DS2484
|
config W1_DS2484
|
||||||
bool "DS2484 Single-Channel 1-Wire Master"
|
bool "DS2484 Single-Channel 1-Wire Master"
|
||||||
depends on I2C
|
select I2C
|
||||||
depends on DT_HAS_MAXIM_DS2484_ENABLED
|
depends on DT_HAS_MAXIM_DS2484_ENABLED
|
||||||
default y
|
default y
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue