move mmc driver to target specific modules.mk

SVN-Revision: 32859
This commit is contained in:
Florian Fainelli 2012-07-25 15:50:26 +00:00
parent 18038c803c
commit 3b5a8548f4
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))