Browse Source

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 <f.fainelli@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Florian Fainelli 6 years ago
parent
commit
7fb44929cb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      drivers/ata/Kconfig

+ 2 - 1
drivers/ata/Kconfig

@@ -121,7 +121,8 @@ config SATA_AHCI_PLATFORM
 
 
 config AHCI_BRCM
 config AHCI_BRCM
 	tristate "Broadcom AHCI SATA support"
 	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
 	help
 	  This option enables support for the AHCI SATA3 controller found on
 	  This option enables support for the AHCI SATA3 controller found on
 	  Broadcom SoC's.
 	  Broadcom SoC's.