diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-01-05 18:33:21 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-01-05 18:33:21 -0800 |
commit | 15b215e5aa29993c1b0f46693a1b482296bcf08e (patch) | |
tree | 33b3ab92eb6ceb52c290bd245d6071ed9629c469 /drivers | |
parent | d7252d0d36375fe8c544098469a21d03fa267a55 (diff) | |
parent | c820518f6ca150d099aaeb7b71ad9e96c61113c0 (diff) | |
download | linux-15b215e5aa29993c1b0f46693a1b482296bcf08e.tar.bz2 |
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')
-rw-r--r-- | drivers/firewire/Kconfig | 1 |
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 |