mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:14:05 +02:00
Remove TUSB6010 config options from musb config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25462 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
173883c72b
commit
6ea32a96d5
@ -107,14 +107,12 @@ define KernelPackage/musb-hdrc
|
||||
TITLE:=Support for Mentor Graphics silicon dual role USB
|
||||
KCONFIG:= \
|
||||
CONFIG_USB_MUSB_HDRC \
|
||||
CONFIG_NOP_USB_XCEIV \
|
||||
CONFIG_USB_TUSB6010=y \
|
||||
CONFIG_MUSB_PIO_ONLY=n \
|
||||
CONFIG_USB_MUSB_OTG=y \
|
||||
CONFIG_USB_MUSB_DEBUG=y
|
||||
DEPENDS:=@TARGET_omap24xx
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/otg/nop-usb-xceiv.ko $(LINUX_DIR)/drivers/usb/musb/musb_hdrc.ko
|
||||
AUTOLOAD:=$(call AutoLoad,54,nop-usb-xceiv musb_hdrc)
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/musb/musb_hdrc.ko
|
||||
AUTOLOAD:=$(call AutoLoad,54,musb_hdrc)
|
||||
$(call AddDepends/usb)
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user