[RFC: 2.6 patch] show MCP menu only on ARCH_SA1100

From: Adrian Bunk
Date: Fri Feb 03 2006 - 17:35:22 EST


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@xxxxxxxxx>

---

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

-
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/