29a3266f517194db5d3dc692c4e2fd17b2e46a85
[openwrt/staging/jow.git] / target / linux / gemini / modules.mk
1 define KernelPackage/usb-fotg210
2 TITLE:=Support for FOTG210 USB host and device controllers
3 DEPENDS:=@USB_SUPPORT @TARGET_gemini
4 KCONFIG:=CONFIG_USB_FOTG210 \
5 CONFIG_USB_FOTG210_HCD=y
6 FILES:=$(LINUX_DIR)/drivers/usb/fotg210/fotg210.ko
7 AUTOLOAD:=$(call AutoLoad,50,1)
8 $(call AddDepends/usb)
9 endef
10
11 $(eval $(call KernelPackage,usb-fotg210))