From: Florian Fainelli Date: Mon, 1 Oct 2018 17:33:02 +0000 (-0700) Subject: ata: ahci_brcm: Allow using driver or DSL SoCs X-Git-Tag: microblaze-v5.0-rc1~200^2~2 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=7fb44929cb0e5cdcde143e1ca3ca57b5b8247db0;p=linux-2.6-microblaze.git ata: ahci_brcm: Allow using driver or DSL SoCs The Broadcom STB AHCI controller is the same as the one found on DSL SoCs, so we will utilize the same driver on these systems as well. Signed-off-by: Florian Fainelli Signed-off-by: Jens Axboe --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 39b181d6bd0d..99698d7fe585 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -121,7 +121,8 @@ config SATA_AHCI_PLATFORM config AHCI_BRCM tristate "Broadcom AHCI SATA support" - depends on ARCH_BRCMSTB || BMIPS_GENERIC || ARCH_BCM_NSP + depends on ARCH_BRCMSTB || BMIPS_GENERIC || ARCH_BCM_NSP || \ + ARCH_BCM_63XX help This option enables support for the AHCI SATA3 controller found on Broadcom SoC's.