[PATCH] LTT config bits break config tree

From: Matt Mackall
Date: Sat Jan 29 2005 - 19:30:13 EST


The LTT option got dropped in the middle of the CONFIG_EMBEDDED menu
without a dependency on EMBEDDED. Selecting EMBEDDED in menuconfig now
causes a bunch of random embedded options to appear on the general
options menu.

Not really sure if this belongs here or in the debugging menus.

Signed-off-by: Matt Mackall <mpm@xxxxxxxxxxx>

Index: tq/init/Kconfig
===================================================================
--- tq.orig/init/Kconfig 2005-01-29 16:17:03.000000000 -0800
+++ tq/init/Kconfig 2005-01-29 16:23:34.000000000 -0800
@@ -324,7 +324,7 @@
config LTT
bool "Linux Trace Toolkit support"
select RELAYFS_FS
- depends on !X86_64
+ depends on !X86_64 && EMBEDDED
default n
---help---
It is possible for the kernel to log important events to a trace


--
Mathematics is the supreme nostalgia of our time.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/