| 1234567891011121314 |
- 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
- FILES:=$(if $(CONFIG_USB_FOTG210_HCD),$(LINUX_DIR)/drivers/usb/host/[email protected]) \
- $(if $(CONFIG_USB_FOTG210),$(LINUX_DIR)/drivers/usb/fotg210/[email protected])
- AUTOLOAD:=$(call AutoLoad,50, \
- $(if $(CONFIG_USB_FOTG210_HCD),[email protected]) \
- $(if $(CONFIG_USB_FOTG210),[email protected]),1)
- $(call AddDepends/usb)
- endef
- $(eval $(call KernelPackage,usb-fotg210))
|