w1: add UART w1 bus driver
[linux-2.6-microblaze.git] / drivers / w1 / masters / Kconfig
index 513c0b1..e6049a7 100644 (file)
@@ -78,5 +78,15 @@ config W1_MASTER_SGI
          This support is also available as a module.  If so, the module
          will be called sgi_w1.
 
+config W1_MASTER_UART
+       tristate "UART 1-wire driver"
+       depends on SERIAL_DEV_BUS
+       help
+         Say Y here if you want to communicate with your 1-wire devices using
+         UART interface.
+
+         This support is also available as a module.  If so, the module
+         will be called w1-uart.
+
 endmenu