Commit dd082c67 authored by Ben Collins's avatar Ben Collins

ieee1394: sbp2: Kconfig fix

We only support x86 and ppc, due to the use of bus_to_virt() and friends.
Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarBen Collins <bcollins@ubuntu.com>
parent 6737231e
...@@ -129,7 +129,7 @@ config IEEE1394_SBP2 ...@@ -129,7 +129,7 @@ config IEEE1394_SBP2
config IEEE1394_SBP2_PHYS_DMA config IEEE1394_SBP2_PHYS_DMA
bool "Enable replacement for physical DMA in SBP2" bool "Enable replacement for physical DMA in SBP2"
depends on IEEE1394 && IEEE1394_SBP2 && EXPERIMENTAL depends on IEEE1394 && IEEE1394_SBP2 && EXPERIMENTAL && (X86_32 || PPC_32)
help help
This builds sbp2 for use with non-OHCI host adapters which do not This builds sbp2 for use with non-OHCI host adapters which do not
support physical DMA or for when ohci1394 is run with phys_dma=0. support physical DMA or for when ohci1394 is run with phys_dma=0.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment