diff options
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 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 | ||
45 | config 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 | |||
45 | endmenu | 55 | endmenu |
46 | 56 | ||