aboutsummaryrefslogtreecommitdiffstats
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
parentd7252d0d36375fe8c544098469a21d03fa267a55 (diff)
parentc820518f6ca150d099aaeb7b71ad9e96c61113c0 (diff)
downloadlinux-actions-15b215e5aa29993c1b0f46693a1b482296bcf08e.tar.gz
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
-rw-r--r--drivers/firewire/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig
index 145974f9662b63..4199849e375851 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