On 21.07.2023 14:16, Luca Fancellu wrote: > The Linux commit 33629d35090f5ce2b1b4ce78aa39954c603536d5 has > removed the 'snps,dwc-ahci' compatible from the generic > AHCI-platform driver control module selected by > CONFIG_SATA_AHCI_PLATFORM. > > A new driver, the DWC AHCI SATA platform driver is now implemented > and handles the above compatible when CONFIG_AHCI_DWC is selected. > > The module is needed for the Arndale board to have the SATA controller > working, so enable the CONFIG_AHCI_DWC as additional kconfig parameter > in ts-kernel-build.
Largely out of curiosity: Since you say "module" here, ... > --- a/ts-kernel-build > +++ b/ts-kernel-build > @@ -245,6 +245,7 @@ setopt CONFIG_SENSORS_LM90 n > setopt CONFIG_ICS932S401 n > > # Enable some additional drivers for Arndale. > +setopt CONFIG_AHCI_DWC y ... does it really need to be y (and not m) here? Jan
