Skip to content

Commit 966e2ec

Browse files
mszyprowkrzk
authored andcommitted
ARM: exynos_defconfig: replace SATA_AHCI_PLATFORM with AHCI_DWC driver
Commit 33629d3 ("ata: ahci: Add DWC AHCI SATA controller support") moved support for "snps,dwc-ahci" compatible (present in exynos5250.dtsi) to separate DWC AHCI driver, so reflect this change in exynos_defconfig. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Link: https://lore.kernel.org/r/20230928202724.340420-1-m.szyprowski@samsung.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent de1f6a8 commit 966e2ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/configs/exynos_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ CONFIG_BLK_DEV_SD=y
9393
CONFIG_CHR_DEV_SG=y
9494
CONFIG_ATA=y
9595
# CONFIG_SATA_PMP is not set
96-
CONFIG_SATA_AHCI_PLATFORM=y
96+
CONFIG_AHCI_DWC=y
9797
# CONFIG_ATA_SFF is not set
9898
CONFIG_MD=y
9999
CONFIG_BLK_DEV_DM=y

0 commit comments

Comments
 (0)