diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-05-04 23:08:35 (GMT) |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-04 23:08:35 (GMT) |
commit | 36050271e6ec19390184e1a83470eb7e725cad65 (patch) | |
tree | ef2c84331d71890e9a68eb63d925d5545cbb4103 /drivers/char/Kconfig | |
parent | d4b9ba7bf6f38cff55b5d95a0db7dd91311ce20a (diff) | |
parent | 1d42a0ecf478962e8aede355a0be41365c117ff0 (diff) | |
download | linux-fsl-qoriq-36050271e6ec19390184e1a83470eb7e725cad65.tar.xz |
Merge with /usr/src/ntfs-2.6.git
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index e162dab..2d5a19f 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -153,7 +153,7 @@ config DIGIEPCA config ESPSERIAL tristate "Hayes ESP serial port support" - depends on SERIAL_NONSTANDARD && ISA && BROKEN_ON_SMP + depends on SERIAL_NONSTANDARD && ISA && BROKEN_ON_SMP && ISA_DMA_API help This is a driver which supports Hayes ESP serial ports. Both single port cards and multiport cards are supported. Make sure to read @@ -195,7 +195,7 @@ config ISI config SYNCLINK tristate "Microgate SyncLink card support" - depends on SERIAL_NONSTANDARD && PCI + depends on SERIAL_NONSTANDARD && PCI && ISA_DMA_API help Provides support for the SyncLink ISA and PCI multiprotocol serial adapters. These adapters support asynchronous and HDLC bit |