From: Pali Rohár Date: Fri, 13 Aug 2021 11:56:36 +0000 (+0200) Subject: arm: mvebu: espressobin: Enable also SATA support via PCIe X-Git-Tag: v2021.10~37^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e7fe463059f5d80b40937ec3d70bb41ebfa848d;p=platform%2Fkernel%2Fu-boot.git arm: mvebu: espressobin: Enable also SATA support via PCIe Espressobin has one on-board SATA port which is connected directly to CPU. More SATA disks can be connected via mPCIe add-in card with PCIe-SATA controller. So enable required SATA AHCI PCIe drivers in defconfig file. Signed-off-by: Pali Rohár Reviewed-by: Stefan Roese --- diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig index c8ae0cf..4003a25 100644 --- a/configs/mvebu_espressobin-88f3720_defconfig +++ b/configs/mvebu_espressobin-88f3720_defconfig @@ -30,6 +30,7 @@ CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_MTD=y CONFIG_CMD_PCI=y +CONFIG_CMD_SATA=y CONFIG_CMD_SPI=y CONFIG_CMD_USB=y CONFIG_CMD_WDT=y @@ -46,6 +47,7 @@ CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_NET_RANDOM_ETHADDR=y +CONFIG_AHCI_PCI=y CONFIG_AHCI_MVEBU=y CONFIG_CLK=y CONFIG_CLK_MVEBU=y