kernel: fix USB on mpc85xx (#21689)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48525
This commit is contained in:
parent
02ba90c228
commit
305e8b724a
1 changed files with 5 additions and 3 deletions
|
@ -367,9 +367,11 @@ define KernelPackage/usb2-fsl
|
|||
DEPENDS:=@TARGET_mpc85xx
|
||||
KCONFIG:=\
|
||||
CONFIG_USB_FSL_MPH_DR_OF \
|
||||
CONFIG_USB_EHCI_FSL=y
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/host/fsl-mph-dr-of.ko
|
||||
AUTOLOAD:=$(call AutoLoad,39,fsl-mph-dr-of,1)
|
||||
CONFIG_USB_EHCI_FSL
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/usb/host/ehci-fsl.ko \
|
||||
$(LINUX_DIR)/drivers/usb/host/fsl-mph-dr-of.ko
|
||||
AUTOLOAD:=$(call AutoLoad,39,ehci-fsl fsl-mph-dr-of,1)
|
||||
$(call AddDepends/usb)
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue