mxs: bump target to 3.13.1
[openwrt/openwrt.git] / target / linux / mpc83xx / modules.mk
1 #
2 # Copyright (C) 2012 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/ata-rbppc-cf
9 SUBMENU:=$(BLOCK_MENU)
10 TITLE:=RB600 Compact Flash support
11 DEPENDS:=@TARGET_mpc83xx
12 KCONFIG:= \
13 CONFIG_PATA_PLATFORM \
14 CONFIG_PATA_RB_PPC
15 FILES:=\
16 $(LINUX_DIR)/drivers/ata/pata_rbppc_cf.ko
17 AUTOLOAD:=$(call AutoLoad,41,pata_rbppc_cf,1)
18 $(call AddDepends/ata)
19 endef
20
21 define KernelPackage/ata-rbppc-cf/description
22 RB600 Compact Flash support.
23 endef
24
25 $(eval $(call KernelPackage,ata-rbppc-cf))