1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 22:09:48 +03: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:
mb 2011-02-11 12:57:20 +00:00
parent 173883c72b
commit 6ea32a96d5

View File

@ -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