48cdef199a4c6150a155a02200a91c6cbcd9d0ef
[openwrt.git] / target / linux / at91 / modules.mk
1 #
2 # Copyright (C) 2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define KernelPackage/mmc-at91
9   SUBMENU:=$(OTHER_MENU)
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)
15 endef
16
17 define KernelPackage/mmc-at91/description
18  Kernel support for MMC/SD cards on the AT91 target
19 endef
20
21 $(eval $(call KernelPackage,mmc-at91))