]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ata: ahci_brcm: Allow using driver or DSL SoCs
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 1 Oct 2018 17:33:02 +0000 (10:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 Nov 2019 07:22:54 +0000 (08:22 +0100)
[ Upstream commit 7fb44929cb0e5cdcde143e1ca3ca57b5b8247db0 ]

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 <f.fainelli@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/ata/Kconfig

index cb5339166563e9b941351ea6c68aaeb4e4e30949..229a5ccd6b73bcee6f2689133866c9a0f33114b6 100644 (file)
@@ -102,7 +102,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.