Don't make it depend on relayfs: select relayfs instead.

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/init/Kconfig |    5 +----
 1 files changed, 1 insertion(+), 4 deletions(-)

diff -puN init/Kconfig~ltt-kconfig-fix init/Kconfig
--- 25/init/Kconfig~ltt-kconfig-fix	2005-01-13 23:01:10.458607200 -0800
+++ 25-akpm/init/Kconfig	2005-01-13 23:01:10.462606592 -0800
@@ -306,7 +306,7 @@ config CC_OPTIMIZE_FOR_SIZE
 
 config LTT
 	bool "Linux Trace Toolkit support"
-	depends on RELAYFS_FS=y
+	select RELAYFS_FS
 	default n
 	---help---
 	  It is possible for the kernel to log important events to a trace
@@ -329,9 +329,6 @@ config LTT
 	  function. The data is then recorded by the tracer if a trace daemon
 	  is running in user-space and has issued a "start" command.
 
-	  In order to enable LTT support you must first select relayfs as
-	  built-in.
-
 	  For more information on kernel tracing, the trace daemon or the event
 	  decoder, please check the following address :
 	       http://www.opersys.com/ltt
_