diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-03-24 03:18:21 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-24 07:33:28 -0800 |
commit | f751d50f6dea1446797c9a31f5c183002e5780a8 (patch) | |
tree | 9d8bc20f7f0fcb26e53865dbe10e5526e4dd3483 /drivers | |
parent | 82d821ddca8f5c990067cc37543010aa9346a172 (diff) | |
download | op-kernel-dev-f751d50f6dea1446797c9a31f5c183002e5780a8.zip op-kernel-dev-f751d50f6dea1446797c9a31f5c183002e5780a8.tar.gz |
[PATCH] show MCP menu only on ARCH_SA1100
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>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mfd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 550f297..fc3c885 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -3,6 +3,7 @@ # menu "Multimedia Capabilities Port drivers" + depends on ARCH_SA1100 config MCP tristate |