Skip to content
Snippets Groups Projects
Commit 3b5a8548 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

move mmc driver to target specific modules.mk

SVN-Revision: 32859
parent 18038c80
No related branches found
No related tags found
No related merge requests found
...@@ -342,22 +342,6 @@ endef ...@@ -342,22 +342,6 @@ endef
$(eval $(call KernelPackage,mmc)) $(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 define KernelPackage/oprofile
SUBMENU:=$(OTHER_MENU) SUBMENU:=$(OTHER_MENU)
TITLE:=OProfile profiling support TITLE:=OProfile profiling support
......
...@@ -19,3 +19,20 @@ define KernelPackage/atmel-wdt/description ...@@ -19,3 +19,20 @@ define KernelPackage/atmel-wdt/description
endef endef
$(eval $(call KernelPackage,atmel-wdt)) $(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))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment