summaryrefslogtreecommitdiff
path: root/drivers/ata/Makefile
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-12-08 15:36:12 +0200
committerTom Rini <trini@konsulko.com>2017-12-12 14:05:35 -0500
commit0d26b831d7e2a3df154c937e7309d8df0f4ae468 (patch)
tree84479bb019f80a2da8f60d9d801ec407c272b923 /drivers/ata/Makefile
parente3143ecb8a4dc6a1e8bf7a4a1d58c19c6772c05c (diff)
ata: Drop CONFIG_SATA_DWC
The last user of this driver went away in June 2017, in commit: 98f705c9ce ("powerpc: remove 4xx support") Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r--drivers/ata/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile
index 4e2de93025..7a4c8c6bf2 100644
--- a/drivers/ata/Makefile
+++ b/drivers/ata/Makefile
@@ -16,7 +16,6 @@ obj-$(CONFIG_MVSATA_IDE) += mvsata_ide.o
obj-$(CONFIG_MX51_PATA) += mxc_ata.o
obj-$(CONFIG_SATA) += sata.o
obj-$(CONFIG_SATA_CEVA) += sata_ceva.o
-obj-$(CONFIG_SATA_DWC) += sata_dwc.o
obj-$(CONFIG_SATA_MV) += sata_mv.o
obj-$(CONFIG_SATA_SIL3114) += sata_sil3114.o
obj-$(CONFIG_SATA_SIL) += sata_sil.o