diff options
| author | Tom Rini <[email protected]> | 2021-04-21 15:32:26 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-05-11 09:14:56 -0400 |
| commit | c51f74ba7a6a6f96d45df720387ab636bdebe98d (patch) | |
| tree | e67bdcebb863d969fd10a5d7c2ee91253831c5c6 /Makefile | |
| parent | 8c245fe7eab7b2918de6bbf2e283bced63ecc38f (diff) | |
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 <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)) |
