summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-04-21 22:32:26 +0300
committerTom Rini <trini@konsulko.com>2021-05-11 16:14:56 +0300
commitc51f74ba7a6a6f96d45df720387ab636bdebe98d (patch)
treee67bdcebb863d969fd10a5d7c2ee91253831c5c6 /Makefile
parent8c245fe7eab7b2918de6bbf2e283bced63ecc38f (diff)
downloadu-boot-c51f74ba7a6a6f96d45df720387ab636bdebe98d.tar.xz
ata: Make LIBATA means AHCI is enabled mandatory.
The migration deadline for having LIBATA mean that AHCI is also enabled was v2019.07. As that has long since passed, adjust the Kconfig dependencies. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77d55735a4..bb7145e189 100644
--- a/Makefile
+++ b/Makefile
@@ -1089,7 +1089,6 @@ endif
$(call deprecated,CONFIG_DM_MMC CONFIG_BLK,MMC,v2019.04,$(CONFIG_MMC))
$(call deprecated,CONFIG_DM_USB CONFIG_OF_CONTROL CONFIG_BLK,\
USB,v2019.07,$(CONFIG_USB))
- $(call deprecated,CONFIG_AHCI,AHCI,v2019.07, $(CONFIG_LIBATA))
$(call deprecated,CONFIG_DM_PCI,PCI,v2019.07,$(CONFIG_PCI))
$(call deprecated,CONFIG_DM_VIDEO,video,v2019.07,\
$(CONFIG_LCD)$(CONFIG_VIDEO))