public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC: 2.6 patch] show MCP menu only on ARCH_SA1100
@ 2006-01-25  2:33 Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2006-01-25  2:33 UTC (permalink / raw)
  To: rmk; +Cc: 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 !ARCH_SA1100.

This patch therefore shows this menu only on ARCH_SA1100.


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

--- linux-2.6.16-rc1-mm2-full/drivers/mfd/Kconfig.old	2006-01-25 03:27:58.000000000 +0100
+++ linux-2.6.16-rc1-mm2-full/drivers/mfd/Kconfig	2006-01-25 03:28:47.000000000 +0100
@@ -3,6 +3,7 @@
 #
 
 menu "Multimedia Capabilities Port drivers"
+	depends on ARCH_SA1100
 
 config MCP
 	tristate


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

* [RFC: 2.6 patch] show MCP menu only on ARCH_SA1100
@ 2006-02-03 22:36 Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2006-02-03 22:36 UTC (permalink / raw)
  To: rmk; +Cc: 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 !ARCH_SA1100.

This patch therefore shows this menu only on ARCH_SA1100.


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

---

This patch was already sent on:
- 25 Jan 2006

--- linux-2.6.16-rc1-mm2-full/drivers/mfd/Kconfig.old	2006-01-25 03:27:58.000000000 +0100
+++ linux-2.6.16-rc1-mm2-full/drivers/mfd/Kconfig	2006-01-25 03:28:47.000000000 +0100
@@ -3,6 +3,7 @@
 #
 
 menu "Multimedia Capabilities Port drivers"
+	depends on ARCH_SA1100
 
 config MCP
 	tristate


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

* [RFC: 2.6 patch] show MCP menu only on ARCH_SA1100
@ 2006-02-14 15:22 Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2006-02-14 15:22 UTC (permalink / raw)
  To: Andrew Morton; +Cc: rmk, 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 !ARCH_SA1100.

This patch therefore shows this menu only on ARCH_SA1100.


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

---

This patch was already sent on:
- 3 Feb 2006
- 25 Jan 2006

--- linux-2.6.16-rc1-mm2-full/drivers/mfd/Kconfig.old	2006-01-25 03:27:58.000000000 +0100
+++ linux-2.6.16-rc1-mm2-full/drivers/mfd/Kconfig	2006-01-25 03:28:47.000000000 +0100
@@ -3,6 +3,7 @@
 #
 
 menu "Multimedia Capabilities Port drivers"
+	depends on ARCH_SA1100
 
 config MCP
 	tristate


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

end of thread, other threads:[~2006-02-14 15:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-25  2:33 [RFC: 2.6 patch] show MCP menu only on ARCH_SA1100 Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2006-02-03 22:36 Adrian Bunk
2006-02-14 15:22 Adrian Bunk

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