mirror of https://github.com/hak5/openwrt.git
kernel: add imx sata module
Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 37937lede-17.01
parent
2964a11933
commit
a43c2d4e6f
|
@ -72,6 +72,24 @@ endef
|
||||||
$(eval $(call KernelPackage,ata-artop))
|
$(eval $(call KernelPackage,ata-artop))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/ata-imx
|
||||||
|
TITLE:=Freescale i.MX6 AHCI SATA support
|
||||||
|
KCONFIG:=\
|
||||||
|
CONFIG_AHCI_IMX \
|
||||||
|
CONFIG_SATA_AHCI_PLATFORM \
|
||||||
|
CONFIG_PATA_IMX=n
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/ata/ahci_imx.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,41,ahci_imx,1)
|
||||||
|
$(call AddDepends/ata)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/ata-imx/description
|
||||||
|
SATA support for the Freescale i.MX6 SoC's onboard AHCI SATA
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,ata-imx))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/ata-marvell-sata
|
define KernelPackage/ata-marvell-sata
|
||||||
TITLE:=Marvell Serial ATA support
|
TITLE:=Marvell Serial ATA support
|
||||||
KCONFIG:=CONFIG_SATA_MV
|
KCONFIG:=CONFIG_SATA_MV
|
||||||
|
|
Loading…
Reference in New Issue