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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent de1f6a8 commit 966e2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)