ahci: Make ahci drivers depend on AHCI
authorSimon Glass <sjg@chromium.org>
Mon, 31 Jan 2022 14:49:35 +0000 (07:49 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 9 Feb 2022 14:16:48 +0000 (09:16 -0500)
commitf73a75618224b7e65a3e8a25b0b115bb1bee681b
tree1847390029fee7ef9183683c1b9433981b53c64a
parente7b02781f5a962f7642aa929789235eec0c65b4d
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>
drivers/ata/Kconfig