diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-05-04 06:39:42 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-04 16:33:14 +0200 |
commit | a553260618d88c4790daec7975c88f3db1080b5b (patch) | |
tree | 75e46d5335ac3393bf453a36531bbe2ec60c1d21 /drivers/net/appletalk | |
parent | [PATCH] ISA_DMA Kconfig fixes - part 2 (parport_pc) (diff) | |
download | linux-a553260618d88c4790daec7975c88f3db1080b5b.tar.xz 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/net/appletalk')
-rw-r--r-- | drivers/net/appletalk/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/appletalk/Kconfig b/drivers/net/appletalk/Kconfig index 60b19679ca5c..69c488d933a2 100644 --- a/drivers/net/appletalk/Kconfig +++ b/drivers/net/appletalk/Kconfig @@ -13,7 +13,7 @@ config DEV_APPLETALK config LTPC tristate "Apple/Farallon LocalTalk PC support" - depends on DEV_APPLETALK && (ISA || EISA) + depends on DEV_APPLETALK && (ISA || EISA) && ISA_DMA_API help This allows you to use the AppleTalk PC card to connect to LocalTalk networks. The card is also known as the Farallon PhoneNet PC card. |