diff options
| author | Ben Collins <bcollins@ubuntu.com> | 2006-06-12 18:15:40 -0400 | 
|---|---|---|
| committer | Ben Collins <bcollins@ubuntu.com> | 2006-06-12 18:15:40 -0400 | 
| commit | dd082c670523231dc9a26dafee1dc22b57df2921 (patch) | |
| tree | 1fc7145e190d5e9869c626125eed58be36185f58 | |
| parent | 6737231ead125c7cee7ce4d3a74179bdac085529 (diff) | |
ieee1394: sbp2: Kconfig fix
We only support x86 and ppc, due to the use of bus_to_virt() and friends.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Ben Collins <bcollins@ubuntu.com>
| -rw-r--r-- | drivers/ieee1394/Kconfig | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/ieee1394/Kconfig b/drivers/ieee1394/Kconfig index 06783c1e3dc5..186737539cf5 100644 --- a/drivers/ieee1394/Kconfig +++ b/drivers/ieee1394/Kconfig | |||
| @@ -129,7 +129,7 @@ config IEEE1394_SBP2 | |||
| 129 | 129 | ||
| 130 | config IEEE1394_SBP2_PHYS_DMA | 130 | config IEEE1394_SBP2_PHYS_DMA | 
| 131 | bool "Enable replacement for physical DMA in SBP2" | 131 | bool "Enable replacement for physical DMA in SBP2" | 
| 132 | depends on IEEE1394 && IEEE1394_SBP2 && EXPERIMENTAL | 132 | depends on IEEE1394 && IEEE1394_SBP2 && EXPERIMENTAL && (X86_32 || PPC_32) | 
| 133 | help | 133 | help | 
| 134 | This builds sbp2 for use with non-OHCI host adapters which do not | 134 | This builds sbp2 for use with non-OHCI host adapters which do not | 
| 135 | support physical DMA or for when ohci1394 is run with phys_dma=0. | 135 | support physical DMA or for when ohci1394 is run with phys_dma=0. | 
