Skip to content

Commit

Permalink
[PATCH] show MCP menu only on ARCH_SA1100
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
AdrianBunk authored and Linus Torvalds committed Mar 24, 2006
1 parent 82d821d commit f751d50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mfd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#

menu "Multimedia Capabilities Port drivers"
depends on ARCH_SA1100

config MCP
tristate
Expand Down

0 comments on commit f751d50

Please sign in to comment.