aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/Kconfig
diff options
context:
space:
mode:
authorVille Syrjala <syrjala@sci.fi>2008-02-06 04:39:01 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-06 13:41:15 -0500
commitad8dc96e3b2c3e28854e0de4ab49351ed547b30c (patch)
tree6faab05e76206f130333ccff4c080600ed00d332 /drivers/w1/masters/Kconfig
parent4cdf854f7d60498bbda436068a118b95059b244b (diff)
w1-gpio: add GPIO w1 bus master driver
Add a GPIO 1-wire bus master driver. The driver used the GPIO API to control the wire and the GPIO pin can be specified using platform data similar to i2c-gpio. The driver was tested with AT91SAM9260 + DS2401. Signed-off-by: Ville Syrjala <syrjala@sci.fi> Cc: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/w1/masters/Kconfig')
-rw-r--r--drivers/w1/masters/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/w1/masters/Kconfig b/drivers/w1/masters/Kconfig
index 8236d447adf5..c4493091c655 100644
--- a/drivers/w1/masters/Kconfig
+++ b/drivers/w1/masters/Kconfig
@@ -42,5 +42,15 @@ config W1_MASTER_DS1WM
42 in HP iPAQ devices like h5xxx, h2200, and ASIC3-based like 42 in HP iPAQ devices like h5xxx, h2200, and ASIC3-based like
43 hx4700. 43 hx4700.
44 44
45config W1_MASTER_GPIO
46 tristate "GPIO 1-wire busmaster"
47 depends on GENERIC_GPIO
48 help
49 Say Y here if you want to communicate with your 1-wire devices using
50 GPIO pins. This driver uses the GPIO API to control the wire.
51
52 This support is also available as a module. If so, the module
53 will be called w1-gpio.ko.
54
45endmenu 55endmenu
46 56