1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 16:41:59 +02:00

add missing kconfig symbol when SBP2 is enabled

SVN-Revision: 13177
This commit is contained in:
Nicolas Thill 2008-11-11 02:42:27 +00:00
parent dec6a89589
commit 1b1e42ba53

@ -48,7 +48,9 @@ $(eval $(call KernelPackage,ohci1394))
define KernelPackage/sbp2
$(call firewiredep,kmod-ohci1394)
TITLE:=Support for SBP-2 devices over FireWire
KCONFIG:=CONFIG_IEEE1394_SBP2
KCONFIG:= \
CONFIG_IEEE1394_SBP2 \
CONFIG_IEEE1394_SBP2_PHYS_DMA=n
FILES:=$(LINUX_DIR)/drivers/ieee1394/sbp2.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,sbp2)
endef