diff options
author | Al Viro | 2005-05-04 06:39:42 +0200 |
---|---|---|
committer | Linus Torvalds | 2005-05-04 16:33:14 +0200 |
commit | a553260618d88c4790daec7975c88f3db1080b5b (patch) | |
tree | 75e46d5335ac3393bf453a36531bbe2ec60c1d21 /drivers/mmc/Kconfig | |
parent | [PATCH] ISA_DMA Kconfig fixes - part 2 (parport_pc) (diff) | |
download | kernel-qcow2-linux-a553260618d88c4790daec7975c88f3db1080b5b.tar.gz kernel-qcow2-linux-a553260618d88c4790daec7975c88f3db1080b5b.tar.xz kernel-qcow2-linux-a553260618d88c4790daec7975c88f3db1080b5b.zip |
[PATCH] ISA DMA Kconfig fixes - part 3
Drivers that expect ISA DMA API are marked as such in Kconfig.
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r-- | drivers/mmc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 72f2b466b816..2e70d74fbdee 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -51,7 +51,7 @@ config MMC_PXA config MMC_WBSD tristate "Winbond W83L51xD SD/MMC Card Interface support" - depends on MMC && ISA + depends on MMC && ISA && ISA_DMA_API help This selects the Winbond(R) W83L51xD Secure digital and Multimedia card Interface. |