public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] show "SN Devices" menu only if CONFIG_SGI_SN
@ 2006-02-17 13:22 Adrian Bunk
  2006-02-17 15:25 ` Jes Sorensen
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2006-02-17 13:22 UTC (permalink / raw)
  To: jes; +Cc: linux-ia64, linux-kernel

On architectures like i386, the "Multimedia Capabilities Port drivers"
menu is visible, but it can't be visited since it contains nothing
usable for CONFIG_SGI_SN=n.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.16-rc3-mm1-full/drivers/sn/Kconfig.old	2006-02-17 14:07:11.000000000 +0100
+++ linux-2.6.16-rc3-mm1-full/drivers/sn/Kconfig	2006-02-17 14:07:37.000000000 +0100
@@ -3,6 +3,7 @@
 #
 
 menu "SN Devices"
+	depends on SGI_SN
 
 config SGI_IOC4
 	tristate "SGI IOC4 Base IO support"


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-02-17 16:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-17 13:22 [2.6 patch] show "SN Devices" menu only if CONFIG_SGI_SN Adrian Bunk
2006-02-17 15:25 ` Jes Sorensen
2006-02-17 16:33   ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox