All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] LTT config bits break config tree
@ 2005-01-30  0:28 Matt Mackall
  0 siblings, 0 replies; only message in thread
From: Matt Mackall @ 2005-01-30  0:28 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton, karim

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@selenic.com>

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-30  0:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-30  0:28 [PATCH] LTT config bits break config tree Matt Mackall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.