add missing kconfig symbol when SBP2 is enabled
SVN-Revision: 13177
This commit is contained in:
parent
dec6a89589
commit
1b1e42ba53
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue