1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 22:39:48 +03:00

[avr32] move mmc driver to target specific modules.mk

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32859 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-07-25 15:50:26 +00:00
parent ef5f804159
commit c9e5284b5a
2 changed files with 17 additions and 16 deletions

View File

@ -342,22 +342,6 @@ endef
$(eval $(call KernelPackage,mmc))
define KernelPackage/mmc-atmelmci
SUBMENU:=$(OTHER_MENU)
TITLE:=Amtel MMC Support
DEPENDS:=@TARGET_avr32 +kmod-mmc
KCONFIG:=CONFIG_MMC_ATMELMCI
FILES:=$(LINUX_DIR)/drivers/mmc/host/atmel-mci.ko
AUTOLOAD:=$(call AutoLoad,90,atmel-mci)
endef
define KernelPackage/mmc-atmelmci/description
Kernel support for Atmel Multimedia Card Interface.
endef
$(eval $(call KernelPackage,mmc-atmelmci,1))
define KernelPackage/oprofile
SUBMENU:=$(OTHER_MENU)
TITLE:=OProfile profiling support

View File

@ -19,3 +19,20 @@ define KernelPackage/atmel-wdt/description
endef
$(eval $(call KernelPackage,atmel-wdt))
define KernelPackage/mmc-atmelmci
SUBMENU:=$(OTHER_MENU)
TITLE:=Amtel MMC Support
DEPENDS:=@TARGET_avr32 +kmod-mmc
KCONFIG:=CONFIG_MMC_ATMELMCI
FILES:=$(LINUX_DIR)/drivers/mmc/host/atmel-mci.ko
AUTOLOAD:=$(call AutoLoad,90,atmel-mci)
endef
define KernelPackage/mmc-atmelmci/description
Kernel support for Atmel Multimedia Card Interface.
endef
$(eval $(call KernelPackage,mmc-atmelmci,1))