]> xenbits.xensource.com Git - osstest.git/commit
ts-kernel-build: add kernel kconfig for the Arndale
authorLuca Fancellu <luca.fancellu@arm.com>
Fri, 21 Jul 2023 12:16:27 +0000 (13:16 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Mon, 24 Jul 2023 10:24:18 +0000 (11:24 +0100)
commitcb303068d340f3344c760df46ac9785e08c0d889
tree6df08db81261983134f75b6367568d28d5903029
parent5c9d231f78bcc9d73c15aea2acb532b527617360
ts-kernel-build: add kernel kconfig for the Arndale

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.

Signed-off-by: Luca Fancellu <luca.fancellu@arm.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
ts-kernel-build