98610f9b2e3d55f411c6f514a6689d2bc6705311
[openwrt/staging/stintel.git] / target / linux / apm821xx / modules.mk
1 define KernelPackage/ata-dwc
2 TITLE:=DesignWare Cores SATA support
3 KCONFIG:=CONFIG_SATA_DWC
4 FILES:=$(LINUX_DIR)/drivers/ata/sata_dwc_460ex.ko
5 AUTOLOAD:=$(call AutoLoad,40,sata_dwc_460ex,1)
6 $(call AddDepends/ata)
7 endef
8
9 define KernelPackage/ata-dwc/description
10 Platform support for the on-chip SATA controller.
11 endef
12
13 $(eval $(call KernelPackage,ata-dwc))