All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 8/9] Kconfig: silicon backplane dependency.
@ 2007-04-23 14:14 Martin Schwidefsky
  2007-04-23 14:39 ` Michael Buesch
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Schwidefsky @ 2007-04-23 14:14 UTC (permalink / raw)
  To: linux-kernel, linux-s390; +Cc: akpm, mb, linville, arnd, maxextreme, gregkh

From: Martin Schwidefsky <schwidefsky@de.ibm.com>

Add HAS_IOMEM dependency to the "Sonics Silicon Backplane" menu.
This hides the menu for s390.
Goes on top of git-wireless.patch.

Cc: Michael Buesch <mb@bu3sch.de>
Cc: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
---

 drivers/ssb/Kconfig |    1 +
 1 files changed, 1 insertion(+)

diff -urpN linux-2.6/drivers/ssb/Kconfig linux-2.6-patched/drivers/ssb/Kconfig
--- linux-2.6/drivers/ssb/Kconfig	2007-04-23 15:51:57.000000000 +0200
+++ linux-2.6-patched/drivers/ssb/Kconfig	2007-04-23 15:53:15.000000000 +0200
@@ -1,4 +1,5 @@
 menu "Sonics Silicon Backplane"
+	depends on HAS_IOMEM
 
 config SSB
 	tristate "Sonics Silicon Backplane support"

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

end of thread, other threads:[~2007-04-23 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-23 14:14 [PATCH 8/9] Kconfig: silicon backplane dependency Martin Schwidefsky
2007-04-23 14:39 ` Michael Buesch

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.