modules.mk 504 B

1234567891011121314151617
  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. define KernelPackage/pcmcia-au1000
  8. SUBMENU:=$(PCMCIA_MENU)
  9. TITLE:=RMI/AMD Au1000 PCMCIA support
  10. DEPENDS:=@TARGET_au1000 +kmod-pcmcia-core +kmod-pcmcia-rsrc
  11. FILES:=$(LINUX_DIR)/drivers/pcmcia/db1xxx_ss.ko
  12. KCONFIG:=CONFIG_PCMCIA_ALCHEMY_DEVBOARD
  13. AUTOLOAD:=$(call AutoLoad,41,db1xxx_ss)
  14. endef
  15. $(eval $(call KernelPackage,pcmcia-au1000))