diff options
author | John Crispin <blogic@openwrt.org> | 2012-12-15 02:00:55 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-12-15 02:00:55 +0000 |
commit | 8bfb4ab15b21a7a959a914b93ebca40c3120d3a5 (patch) | |
tree | 3acf5be866a5fa7a9b27581798b21fa12e28f0b1 /target/linux | |
parent | 6ebfe5fee2a1c0530c25b8e86beed09e79ea5f29 (diff) | |
download | upstream-8bfb4ab15b21a7a959a914b93ebca40c3120d3a5.tar.gz upstream-8bfb4ab15b21a7a959a914b93ebca40c3120d3a5.tar.bz2 upstream-8bfb4ab15b21a7a959a914b93ebca40c3120d3a5.zip |
[lantiq] clean up modules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34697 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/modules.mk | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/target/linux/lantiq/modules.mk b/target/linux/lantiq/modules.mk index 0868e6a386..9022318703 100644 --- a/target/linux/lantiq/modules.mk +++ b/target/linux/lantiq/modules.mk @@ -5,79 +5,6 @@ # See /LICENSE for more information. # -define KernelPackage/lantiq-deu - TITLE:=Lantiq data encryption unit - SUBMENU:=$(CRYPTO_MENU) - DEPENDS:=@TARGET_lantiq - KCONFIG:=CONFIG_CRYPTO_DEV_LANTIQ \ - CONFIG_CRYPTO_HW=y \ - CONFIG_CRYPTO_DEV_LANTIQ_AES=y \ - CONFIG_CRYPTO_DEV_LANTIQ_DES=y \ - CONFIG_CRYPTO_DEV_LANTIQ_MD5=y \ - CONFIG_CRYPTO_DEV_LANTIQ_SHA1=y - $(call AddDepends/crypto) -endef - -define KernelPackage/lantiq-deu/description - Kernel support for the Lantiq crypto HW -endef - -$(eval $(call KernelPackage,lantiq-deu)) - -USB_MENU:=USB Support - -define KernelPackage/usb-dwc-otg - TITLE:=Synopsis DWC_OTG support - SUBMENU:=$(USB_MENU) - DEPENDS+=@(TARGET_lantiq_danube||TARGET_lantiq_ar9) +kmod-usb-core - KCONFIG:=CONFIG_DWC_OTG \ - CONFIG_DWC_OTG_DEBUG=n \ - CONFIG_DWC_OTG_LANTIQ=y \ - CONFIG_DWC_OTG_HOST_ONLY=y \ - CONFIG_DWC_OTG_DEVICE_ONLY=n - FILES:=$(LINUX_DIR)/drivers/usb/dwc_otg/dwc_otg.ko - AUTOLOAD:=$(call AutoLoad,50,dwc_otg,1) -endef - -define KernelPackage/usb-dwc-otg/description - Kernel support for Synopsis USB on XWAY -endef - -$(eval $(call KernelPackage,usb-dwc-otg)) - -define KernelPackage/usb-ifxhcd - TITLE:=IFXHCD usb driver - SUBMENU:=$(USB_MENU) - DEPENDS+=@(TARGET_lantiq_vr9||TARGET_lantiq_ar9) +kmod-usb-core -ifeq ($(CONFIG_TARGET_lantiq_ar9),) - KCONFIG:=CONFIG_USB_HOST_IFX \ - CONFIG_USB_HOST_IFX_B=y \ - CONFIG_IFX_VR9=y \ - CONFIG_IFX_AR9=n \ - CONFIG_USB_HOST_IFX_FORCE_USB11=n \ - CONFIG_USB_HOST_IFX_WITH_HS_ELECT_TST=n \ - CONFIG_USB_HOST_IFX_WITH_ISO=n \ - CONFIG_USB_HOST_IFX_UNALIGNED_ADJ=y -else - KCONFIG:=CONFIG_USB_HOST_IFX \ - CONFIG_USB_HOST_IFX_B=y \ - CONFIG_IFX_AR9=y \ - CONFIG_IFX_VR9=n \ - CONFIG_USB_HOST_IFX_FORCE_USB11=n \ - CONFIG_USB_HOST_IFX_WITH_HS_ELECT_TST=n \ - CONFIG_USB_HOST_IFX_WITH_ISO=n \ - CONFIG_USB_HOST_IFX_UNALIGNED_ADJ=y -endif - FILES:=$(LINUX_DIR)/drivers/usb/ifxhcd/ifxusb_host.ko - AUTOLOAD:=$(call AutoLoad,50,ifxusb_host) -endef - -define KernelPackage/usb-ifxhcd/description - Kernel support for Synopsis USB on XWAY -endef - -$(eval $(call KernelPackage,usb-ifxhcd)) - I2C_FALCON_MODULES:= \ CONFIG_I2C_FALCON:drivers/i2c/busses/i2c-falcon |