commit | d31075b5350fab8a5e75fbfc7d10532c346a8cb1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 31 07:49:35 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 09 09:16:48 2022 -0500 |
tree | 1847390029fee7ef9183683c1b9433981b53c64a | |
parent | 9e562880b8e15f828e44b58879f6b62c2e233f1d [diff] |
ahci: Make ahci drivers depend on AHCI At present all ahci drivers depend on AHCI except for DWC_AHCI. But no boards enable that without also enabling AHCI: /tools/moveconfig.py -f ~AHCI DWC_AHCI 0 matches Group them together and sort them in order by Kconfig name (except for AHCI_MVEBU which uses a different naming convention). Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>