linux: fix platform dependency of kmod-usb2-fsl
SVN-Revision: 37428
This commit is contained in:
parent
dd61797e96
commit
f71d47e58e
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ $(eval $(call KernelPackage,usb-ohci,1))
|
||||||
|
|
||||||
define KernelPackage/usb2-fsl
|
define KernelPackage/usb2-fsl
|
||||||
TITLE:=Support for Freescale USB2 controllers
|
TITLE:=Support for Freescale USB2 controllers
|
||||||
DEPENDS:=TARGET_mpc85xx
|
DEPENDS:=@TARGET_mpc85xx
|
||||||
KCONFIG:=\
|
KCONFIG:=\
|
||||||
CONFIG_USB_FSL_MPH_DR_OF \
|
CONFIG_USB_FSL_MPH_DR_OF \
|
||||||
CONFIG_USB_EHCI_FSL=y
|
CONFIG_USB_EHCI_FSL=y
|
||||||
|
|
Loading…
Reference in a new issue