Re: [PATCH 5/8] ahci: Make ahci drivers depend on AHCI

2022-02-09 Thread Tom Rini
On Mon, Jan 31, 2022 at 07:49:35AM -0700, Simon Glass wrote: > 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 Kc

Re: [PATCH 5/8] ahci: Make ahci drivers depend on AHCI

2022-01-31 Thread Stefan Roese
On 1/31/22 15:49, Simon Glass wrote: 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 w

[PATCH 5/8] ahci: Make ahci drivers depend on AHCI

2022-01-31 Thread Simon Glass
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).