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

$(eval $(call KernelPackage,usb-fotg210))