mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[usb]: make musb available for omap as well
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39546 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7824a28f7b
commit
2d0e1ff73b
@ -43,7 +43,7 @@ define KernelPackage/musb-hdrc
|
||||
CONFIG_MUSB_PIO_ONLY=n \
|
||||
CONFIG_USB_MUSB_DUAL_ROLE=y \
|
||||
CONFIG_USB_MUSB_DEBUG=y
|
||||
DEPENDS:=@TARGET_omap24xx
|
||||
DEPENDS:=@(TARGET_omap||TARGET_omap24xx)
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/musb/musb_hdrc.ko
|
||||
AUTOLOAD:=$(call AutoLoad,46,musb_hdrc)
|
||||
$(call AddDepends/usb)
|
||||
@ -61,7 +61,7 @@ define KernelPackage/nop-usb-xceiv
|
||||
TITLE:=Support for USB OTG NOP transceiver
|
||||
KCONFIG:= \
|
||||
CONFIG_NOP_USB_XCEIV
|
||||
DEPENDS:=@TARGET_omap24xx
|
||||
DEPENDS:=+kmod-musb-hdrc
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/otg/nop-usb-xceiv.ko
|
||||
AUTOLOAD:=$(call AutoLoad,45,nop-usb-xceiv)
|
||||
$(call AddDepends/usb)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user