au1000: fix kmod-pcmcia-au1000
[openwrt/openwrt.git] / target / linux / au1000 / modules.mk
1 #
2 # Copyright (C) 2010-2015 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/pcmcia-au1000
9 SUBMENU:=$(PCMCIA_MENU)
10 TITLE:=RMI/AMD Au1000 PCMCIA support
11 DEPENDS:=@TARGET_au1000 +kmod-pcmcia-core
12 FILES:=$(LINUX_DIR)/drivers/pcmcia/db1xxx_ss.ko
13 KCONFIG:=CONFIG_PCMCIA_ALCHEMY_DEVBOARD
14 AUTOLOAD:=$(call AutoLoad,41,db1xxx_ss)
15 endef
16
17 $(eval $(call KernelPackage,pcmcia-au1000))