+define KernelPackage/nop-usb-xceiv
+ TITLE:=Support for USB OTG NOP transceiver
+ KCONFIG:= \
+ CONFIG_NOP_USB_XCEIV
+ DEPENDS:=@TARGET_omap24xx
+ FILES:=$(LINUX_DIR)/drivers/usb/otg/nop-usb-xceiv.ko
+ AUTOLOAD:=$(call AutoLoad,45,nop-usb-xceiv)
+ $(call AddDepends/usb)
+endef
+
+define KernelPackage/nop-usb-xceiv/description
+ Support for USB OTG NOP transceiver
+endef
+
+$(eval $(call KernelPackage,nop-usb-xceiv))
+
+
+define KernelPackage/tusb6010
+ TITLE:=Support for TUSB 6010
+ KCONFIG:= \
+ CONFIG_USB_TUSB6010=y
+ DEPENDS:=+kmod-musb-hdrc +kmod-nop-usb-xceiv
+ $(call AddDepends/usb)
+endef
+
+define KernelPackage/tusb6010/description
+ TUSB6010 support
+endef
+
+$(eval $(call KernelPackage,tusb6010))
+
+