2 # Copyright (C) 2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 define KernelPackage
/mmc-at91
10 TITLE
:=MMC
/SD Card Support on AT91
11 DEPENDS
:=@TARGET_at91
+kmod-mmc
12 KCONFIG
:=CONFIG_MMC_AT91
13 FILES
:=$(LINUX_DIR
)/drivers
/mmc
/host
/at91_mci.
$(LINUX_KMOD_SUFFIX
)
14 AUTOLOAD
:=$(call AutoLoad
,90,at91_mci
,1)
17 define KernelPackage
/mmc-at91
/description
18 Kernel support for MMC
/SD cards on the AT91 target
21 $(eval
$(call KernelPackage
,mmc-at91
))