aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-01-05 18:33:21 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2019-01-05 18:33:21 -0800
commit15b215e5aa29993c1b0f46693a1b482296bcf08e (patch)
tree33b3ab92eb6ceb52c290bd245d6071ed9629c469 /drivers/firewire
parentMerge tag 'for-linus-20190104' of git://git.kernel.dk/linux-block (diff)
parentfirewire: Remove depends on HAS_DMA in case of platform dependency (diff)
downloadlinux-dev-15b215e5aa29993c1b0f46693a1b482296bcf08e.tar.xz
linux-dev-15b215e5aa29993c1b0f46693a1b482296bcf08e.zip
Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394
Pull firewire fixlet from Stefan Richter: "Remove an explicit dependency in Kconfig which is implied by another dependency" * tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394: firewire: Remove depends on HAS_DMA in case of platform dependency
Diffstat (limited to 'drivers/firewire')
-rw-r--r--drivers/firewire/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig
index 145974f9662b..4199849e3758 100644
--- a/drivers/firewire/Kconfig
+++ b/drivers/firewire/Kconfig
@@ -1,5 +1,4 @@
menu "IEEE 1394 (FireWire) support"
- depends on HAS_DMA
depends on PCI || COMPILE_TEST
# firewire-core does not depend on PCI but is
# not useful without PCI controller driver