summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorJaedon Shin2015-11-26 03:56:29 +0100
committerTejun Heo2016-01-01 03:19:35 +0100
commit1980eb9bd7d733ce089f9b154c08c2c71fb1f2a7 (patch)
tree0556ec1ad5942cfbb291af17727f987e1abfb85d /drivers/ata/Kconfig
parentahci: qoriq: Adjust the default register values on ls1021a (diff)
downloadkernel-qcow2-linux-1980eb9bd7d733ce089f9b154c08c2c71fb1f2a7.tar.gz
kernel-qcow2-linux-1980eb9bd7d733ce089f9b154c08c2c71fb1f2a7.tar.xz
kernel-qcow2-linux-1980eb9bd7d733ce089f9b154c08c2c71fb1f2a7.zip
ata: ahci_brcmstb: add support for MIPS-based platforms
The BCM7xxx ARM-based and MIPS-based platforms share a similar hardware block for AHCI SATA3. This new compatible string, "brcm,bcm7425-ahci", may be used for most MIPS-based platforms of 40nm process technology. Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com> Tested-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 6aaa3f81755b..861643ea91b5 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -100,7 +100,7 @@ config SATA_AHCI_PLATFORM
config AHCI_BRCMSTB
tristate "Broadcom STB AHCI SATA support"
- depends on ARCH_BRCMSTB
+ depends on ARCH_BRCMSTB || BMIPS_GENERIC
help
This option enables support for the AHCI SATA3 controller found on
STB SoC's.