From cb303068d340f3344c760df46ac9785e08c0d889 Mon Sep 17 00:00:00 2001 From: Luca Fancellu Date: Fri, 21 Jul 2023 13:16:27 +0100 Subject: [PATCH] ts-kernel-build: add kernel kconfig for the Arndale MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Acked-by: Roger Pau Monné --- ts-kernel-build | 1 + 1 file changed, 1 insertion(+) diff --git a/ts-kernel-build b/ts-kernel-build index 6c8f1d6..719b33a 100755 --- 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 m setopt CONFIG_PHY_EXYNOS5250_SATA m setopt CONFIG_USB_EHCI_EXYNOS m setopt CONFIG_USB_OHCI_EXYNOS m -- 2.39.5