ramips: move ESW reset to preinit on RT305x/RT5350
[openwrt.git] / target / linux / ramips / modules.mk
1 #
2 # Copyright (C) 2006-2012 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define KernelPackage/usb-rt305x-dwc_otg
9   TITLE:=RT305X USB controller driver
10   DEPENDS:=@TARGET_ramips_rt305x
11   KCONFIG:= \
12         CONFIG_DWC_OTG \
13         CONFIG_DWC_OTG_HOST_ONLY=y \
14         CONFIG_DWC_OTG_DEVICE_ONLY=n \
15         CONFIG_DWC_OTG_DEBUG=n
16   FILES:=$(LINUX_DIR)/drivers/usb/dwc_otg/dwc_otg.ko
17   AUTOLOAD:=$(call AutoLoad,54,dwc_otg,1)
18   $(call AddDepends/usb)
19 endef
20
21 define KernelPackage/usb-rt305x-dwc_otg/description
22   This driver provides USB Device Controller support for the
23   Synopsys DesignWare USB OTG Core used in the Ralink RT305X SoCs.
24 endef
25
26 $(eval $(call KernelPackage,usb-rt305x-dwc_otg))