2005-10-13 18:28:23

by Christian Kujau

[permalink] [raw]
Subject: [PATCH] Dallas's 1-wire bus compile error (again)

--- linux-2.6/drivers/w1/Kconfig.orig 2005-10-13 20:09:44.813986698 +0200
+++ linux-2.6/drivers/w1/Kconfig 2005-10-13 20:26:22.349713477 +0200
@@ -2,8 +2,9 @@ menu "Dallas's 1-wire bus"

config W1
tristate "Dallas's 1-wire support"
+ depends on NET
---help---
- Dallas's 1-wire bus is usefull to connect slow 1-pin devices
+ Dallas's 1-wire bus is useful to connect slow 1-pin devices
such as iButtons and thermal sensors.

If you want W1 support, you should say Y here.
@@ -44,7 +45,7 @@ config W1_THERM
tristate "Thermal family implementation"
depends on W1
help
- Say Y here if you want to connect 1-wire thermal sensors to you
+ Say Y here if you want to connect 1-wire thermal sensors to your
wire.

config W1_SMEM
@@ -52,6 +53,6 @@ config W1_SMEM
depends on W1
help
Say Y here if you want to connect 1-wire
- simple 64bit memory rom(ds2401/ds2411/ds1990*) to you wire.
+ simple 64bit memory rom(ds2401/ds2411/ds1990*) to your wire.

endmenu


Attachments:
dallas-1-wire_compile-fix_2.diff (996.00 B)