Skip to content

Commit

Permalink
[MMC] Prevent au1xmmc.c breakage on non-Au1200 Alchemy
Browse files Browse the repository at this point in the history
The driver is selectable on other than Au1200 Alchemy systems but won't
build nor work - there is no MMC hw.

Signed-off-by: Ralf Baechle <[email protected]>
Signed-off-by: Russell King <[email protected]>
  • Loading branch information
ralfbaechle authored and Russell King committed Jun 4, 2006
1 parent baca2da commit 092d01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ config MMC_WBSD

config MMC_AU1X
tristate "Alchemy AU1XX0 MMC Card Interface support"
depends on SOC_AU1X00 && MMC
depends on MMC && SOC_AU1200
help
This selects the AMD Alchemy(R) Multimedia card interface.
If you have a Alchemy platform with a MMC slot, say Y or M here.
Expand Down

0 comments on commit 092d01e

Please sign in to comment.