Skip to content
Snippets Groups Projects
Commit 77d0d378 authored by Michael Büsch's avatar Michael Büsch
Browse files

Remove TUSB6010 config options from musb config

SVN-Revision: 25462
parent f8def734
No related branches found
No related tags found
No related merge requests found
...@@ -107,14 +107,12 @@ define KernelPackage/musb-hdrc ...@@ -107,14 +107,12 @@ define KernelPackage/musb-hdrc
TITLE:=Support for Mentor Graphics silicon dual role USB TITLE:=Support for Mentor Graphics silicon dual role USB
KCONFIG:= \ KCONFIG:= \
CONFIG_USB_MUSB_HDRC \ CONFIG_USB_MUSB_HDRC \
CONFIG_NOP_USB_XCEIV \
CONFIG_USB_TUSB6010=y \
CONFIG_MUSB_PIO_ONLY=n \ CONFIG_MUSB_PIO_ONLY=n \
CONFIG_USB_MUSB_OTG=y \ CONFIG_USB_MUSB_OTG=y \
CONFIG_USB_MUSB_DEBUG=y CONFIG_USB_MUSB_DEBUG=y
DEPENDS:=@TARGET_omap24xx DEPENDS:=@TARGET_omap24xx
FILES:=$(LINUX_DIR)/drivers/usb/otg/nop-usb-xceiv.ko $(LINUX_DIR)/drivers/usb/musb/musb_hdrc.ko FILES:=$(LINUX_DIR)/drivers/usb/musb/musb_hdrc.ko
AUTOLOAD:=$(call AutoLoad,54,nop-usb-xceiv musb_hdrc) AUTOLOAD:=$(call AutoLoad,54,musb_hdrc)
$(call AddDepends/usb) $(call AddDepends/usb)
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment