Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b81e881 authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull firewire fix from Stefan Richter:
 "The 1394 drivers cannot and are not supposed to be built on platforms
  which don't provide the DMA mapping API (regression since v3.16-rc1
  with CONFIG_COMPILE_TEST=y on some architectures)"

* tag 'firewire-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394:
  firewire: IEEE 1394 (FireWire) support should depend on HAS_DMA
parents 8ec8ba8e 655fc39b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
menu "IEEE 1394 (FireWire) support"
menu "IEEE 1394 (FireWire) support"
	depends on HAS_DMA
	depends on PCI || COMPILE_TEST
	depends on PCI || COMPILE_TEST
	# firewire-core does not depend on PCI but is
	# firewire-core does not depend on PCI but is
	# not useful without PCI controller driver
	# not useful without PCI controller driver