summaryrefslogtreecommitdiffstats
path: root/drivers/block/Makefile
diff options
context:
space:
mode:
authorTang Yuantian <B29983@freescale.com>2011-10-07 19:26:58 +0000
committerWolfgang Denk <wd@denx.de>2011-10-22 01:03:54 +0200
commit83c484d7ecb62a9dfe8adb0da9a04cfb8bbb478b (patch)
tree55e560e1398bc646e31a41339fce841d3a0e5fa6 /drivers/block/Makefile
parentafc1ce82885698c61946c0cab99aac3547ef78ea (diff)
downloadtalos-obmc-uboot-83c484d7ecb62a9dfe8adb0da9a04cfb8bbb478b.tar.gz
talos-obmc-uboot-83c484d7ecb62a9dfe8adb0da9a04cfb8bbb478b.zip
drivers: add the support for Silicon Image SATA controller
Add the Silicon Image series PCI Express to Serial ATA controller support, including Sil3132, Sil3131 and Sil3124. The SATA controller can be used to load kernel. The features list: - Supports 1-lane 2.5 Gbit/s PCI Express - Supports one/two/four independent Serial ATA channels - Supports Serial ATA Generation 2 transfer rate of 3.0 Gbit/s - Supports LBA28 and LBA48 Signed-off-by: Tang Yuantian <b29983@freescale.com> Signed-off-by: Aaron Williams <Aaron.Williams@cavium.com> Tested-by: Lan Chunhe <b25806@freescale.com>
Diffstat (limited to 'drivers/block/Makefile')
-rw-r--r--drivers/block/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/Makefile b/drivers/block/Makefile
index 2efe981dc9..98560ef76f 100644
--- a/drivers/block/Makefile
+++ b/drivers/block/Makefile
@@ -36,6 +36,7 @@ COBJS-$(CONFIG_MX51_PATA) += mxc_ata.o
COBJS-$(CONFIG_PATA_BFIN) += pata_bfin.o
COBJS-$(CONFIG_SATA_DWC) += sata_dwc.o
COBJS-$(CONFIG_SATA_SIL3114) += sata_sil3114.o
+COBJS-$(CONFIG_SATA_SIL) += sata_sil.o
COBJS-$(CONFIG_IDE_SIL680) += sil680.o
COBJS-$(CONFIG_SCSI_SYM53C8XX) += sym53c8xx.o
COBJS-$(CONFIG_SYSTEMACE) += systemace.o
OpenPOWER on IntegriCloud