diff options
| author | Marek Szyprowski <[email protected]> | 2023-09-28 20:27:24 +0000 |
|---|---|---|
| committer | Krzysztof Kozlowski <[email protected]> | 2023-10-03 06:24:26 +0000 |
| commit | 966e2ec6ef3fa786defe07ebca6795f284dde5b0 (patch) | |
| tree | e78260014484f4f59be22c1f42a303b4acbc38c6 | |
| parent | ARM: multi_v7_defconfig: add AHCI_DWC driver (diff) | |
| download | kernel-966e2ec6ef3fa786defe07ebca6795f284dde5b0.tar.gz kernel-966e2ec6ef3fa786defe07ebca6795f284dde5b0.zip | |
ARM: exynos_defconfig: replace SATA_AHCI_PLATFORM with AHCI_DWC driver
Commit 33629d35090f ("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]>
| -rw-r--r-- | arch/arm/configs/exynos_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 53b1d41b4a8b..66ebb761126c 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -93,7 +93,7 @@ CONFIG_BLK_DEV_SD=y CONFIG_CHR_DEV_SG=y CONFIG_ATA=y # CONFIG_SATA_PMP is not set -CONFIG_SATA_AHCI_PLATFORM=y +CONFIG_AHCI_DWC=y # CONFIG_ATA_SFF is not set CONFIG_MD=y CONFIG_BLK_DEV_DM=y |
