diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2018-10-01 10:33:02 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-10-01 16:39:12 -0600 |
commit | 7fb44929cb0e5cdcde143e1ca3ca57b5b8247db0 (patch) | |
tree | 99926368ede6ac6ede0e95dbc8323e960a2a5b50 /drivers/ata/Kconfig | |
parent | fb8506f15f2e394f5f648575cf48a26e8744390c (diff) | |
download | linux-stable-7fb44929cb0e5cdcde143e1ca3ca57b5b8247db0.tar.gz linux-stable-7fb44929cb0e5cdcde143e1ca3ca57b5b8247db0.tar.bz2 linux-stable-7fb44929cb0e5cdcde143e1ca3ca57b5b8247db0.zip |
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>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
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. |