From: Andre Przywara Date: Thu, 5 May 2016 09:44:18 +0000 (+0100) Subject: arm64: defconfig: Add Juno SATA controller X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d7c38ff1cd868cd61b96cf1ff8c2bd72445332c7;p=linux-beck.git arm64: defconfig: Add Juno SATA controller The ARM Juno (r1 and r2) boards feature a SATA controller soldered on the board and connected to the PCI bus. Add the respective driver to defconfig to get hard disks supported out of the box on the Junos. Signed-off-by: Andre Przywara Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 5693c0d9402b..220396f8e559 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -109,6 +109,7 @@ CONFIG_AHCI_MVEBU=y CONFIG_AHCI_XGENE=y CONFIG_AHCI_QORIQ=y CONFIG_SATA_RCAR=y +CONFIG_SATA_SIL24=y CONFIG_PATA_PLATFORM=y CONFIG_PATA_OF_PLATFORM=y CONFIG_NETDEVICES=y