mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 23:42:43 +00:00
add missing kconfig symbol when SBP2 is enabled
SVN-Revision: 13177
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user