diff options
author | Michael Buesch <mb@bu3sch.de> | 2008-04-02 13:46:56 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-04-08 16:44:40 -0400 |
commit | d625a29ba649a4df6027520ffc378f23c0e6883e (patch) | |
tree | 07b895d38717e24e655948c963f4287f551df42f /drivers/ssb/Kconfig | |
parent | 93af2614513103216038afa708718295e7016dbb (diff) |
ssb: Add support for block-I/O
This adds support for block based I/O to SSB.
This is needed in order to efficiently support PIO data
transfers to the card.
The block-I/O support is only compiled, if it's selected by the
weird driver that needs it. So there's no overhead for sane devices.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/ssb/Kconfig')
-rw-r--r-- | drivers/ssb/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/ssb/Kconfig b/drivers/ssb/Kconfig index 0f7cce2560d1..cd845b8acd17 100644 --- a/drivers/ssb/Kconfig +++ b/drivers/ssb/Kconfig | |||
@@ -24,6 +24,11 @@ config SSB | |||
24 | config SSB_SPROM | 24 | config SSB_SPROM |
25 | bool | 25 | bool |
26 | 26 | ||
27 | # Support for Block-I/O. SELECT this from the driver that needs it. | ||
28 | config SSB_BLOCKIO | ||
29 | bool | ||
30 | depends on SSB | ||
31 | |||
27 | config SSB_PCIHOST_POSSIBLE | 32 | config SSB_PCIHOST_POSSIBLE |
28 | bool | 33 | bool |
29 | depends on SSB && (PCI = y || PCI = SSB) | 34 | depends on SSB && (PCI = y || PCI = SSB) |