diff options
author | Evgeniy Polyakov <johnpol@2ka.mipt.ru> | 2005-12-06 05:38:28 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-23 20:28:12 -0500 |
commit | baf12ae29ab4cc6381e21b2e1a3af75a6a8f7566 (patch) | |
tree | 43658918e7221e94e40a62de48f04b2b23d75b3a /drivers/w1/masters/Kconfig | |
parent | bd529cfb40c427d5b5aae0d315afb9f0a1da5e76 (diff) |
[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>
Diffstat (limited to 'drivers/w1/masters/Kconfig')
-rw-r--r-- | drivers/w1/masters/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/w1/masters/Kconfig b/drivers/w1/masters/Kconfig index 51bd64d0e54d..1ff11b5a3ad2 100644 --- a/drivers/w1/masters/Kconfig +++ b/drivers/w1/masters/Kconfig | |||
@@ -34,5 +34,15 @@ config W1_MASTER_DS9490_BRIDGE | |||
34 | This support is also available as a module. If so, the module | 34 | This support is also available as a module. If so, the module |
35 | will be called ds_w1_bridge.ko. | 35 | will be called ds_w1_bridge.ko. |
36 | 36 | ||
37 | config W1_MASTER_DS2482 | ||
38 | tristate "Maxim DS2482 I2C to 1-Wire bridge" | ||
39 | depends on I2C && W1 && EXPERIMENTAL | ||
40 | help | ||
41 | If you say yes here you get support for the Maxim DS2482 | ||
42 | I2C to 1-Wire bridge. | ||
43 | |||
44 | This driver can also be built as a module. If so, the module | ||
45 | will be called ds2482. | ||
46 | |||
37 | endmenu | 47 | endmenu |
38 | 48 | ||