forked from Minki/linux
fedfcb1137
The XLP9XX SoC has an on-chip SATA controller with two ports. Add ahci-init-xlp2.c to initialize the controller, setup the glue logic registers, fixup PCI quirks and setup interrupt ack logic. Signed-off-by: Ganesan Ramalingam <ganesanr@broadcom.com> Signed-off-by: Jayachandran C <jchandra@broadcom.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/6913/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
7 lines
232 B
Makefile
7 lines
232 B
Makefile
obj-y += setup.o nlm_hal.o cop2-ex.o dt.o
|
|
obj-$(CONFIG_SMP) += wakeup.o
|
|
obj-$(CONFIG_USB) += usb-init.o
|
|
obj-$(CONFIG_USB) += usb-init-xlp2.o
|
|
obj-$(CONFIG_SATA_AHCI) += ahci-init.o
|
|
obj-$(CONFIG_SATA_AHCI) += ahci-init-xlp2.o
|