In order to cut down on the Netgear WNDR4700, the ata driver can be outsourced. This helps other apm821xx devices too to save up on kernel size (~200 kb). Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
14 lines
365 B
Makefile
14 lines
365 B
Makefile
define KernelPackage/ata-dwc
|
|
TITLE:=DesignWare Cores SATA support
|
|
KCONFIG:=CONFIG_SATA_DWC
|
|
FILES:=$(LINUX_DIR)/drivers/ata/sata_dwc_460ex.ko
|
|
AUTOLOAD:=$(call AutoLoad,40,sata_dwc_460ex,1)
|
|
$(call AddDepends/ata)
|
|
endef
|
|
|
|
define KernelPackage/ata-dwc/description
|
|
Platform support for the on-chip SATA controller.
|
|
endef
|
|
|
|
$(eval $(call KernelPackage,ata-dwc))
|