FireWire/IEEE1394 requires PCI support

SVN-Revision: 13176
This commit is contained in:
Nicolas Thill 2008-11-11 02:40:01 +00:00
parent c76305413e
commit dec6a89589

View File

@ -17,6 +17,7 @@ endef
define KernelPackage/ieee1394
SUBMENU:=$(FIREWIRE_MENU)
TITLE:=Support for FireWire
DEPENDS:=@PCI_SUPPORT
KCONFIG:=CONFIG_IEEE1394
FILES:=$(LINUX_DIR)/drivers/ieee1394/ieee1394.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,20,ieee1394)