You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] W1: Add the DS2482 I2C-to-w1 bridge driver.
Signed-off-by: Ben Gardner <bgardner@wabtec.com> Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bd529cfb40
commit
baf12ae29a
@@ -34,5 +34,15 @@ config W1_MASTER_DS9490_BRIDGE
|
||||
This support is also available as a module. If so, the module
|
||||
will be called ds_w1_bridge.ko.
|
||||
|
||||
config W1_MASTER_DS2482
|
||||
tristate "Maxim DS2482 I2C to 1-Wire bridge"
|
||||
depends on I2C && W1 && EXPERIMENTAL
|
||||
help
|
||||
If you say yes here you get support for the Maxim DS2482
|
||||
I2C to 1-Wire bridge.
|
||||
|
||||
This driver can also be built as a module. If so, the module
|
||||
will be called ds2482.
|
||||
|
||||
endmenu
|
||||
|
||||
|
||||
@@ -9,3 +9,5 @@ ds9490r-objs := dscore.o
|
||||
|
||||
obj-$(CONFIG_W1_MASTER_DS9490_BRIDGE) += ds_w1_bridge.o
|
||||
|
||||
obj-$(CONFIG_W1_MASTER_DS2482) += ds2482.o
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user