Skip to content

Commit eba68f8

Browse files
Yendapally Reddy Dhananjaya Reddyhtejun
authored andcommitted
ata: ahci_brcmstb: rename to support across Broadcom SoC's
Rename the existing Broadcom STB ahci driver to common Broadcom SATA3 driver to share this across Broadcom SoCs. Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
1 parent a55448d commit eba68f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

drivers/ata/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ config SATA_AHCI_PLATFORM
9898

9999
If unsure, say N.
100100

101-
config AHCI_BRCMSTB
102-
tristate "Broadcom STB AHCI SATA support"
101+
config AHCI_BRCM
102+
tristate "Broadcom AHCI SATA support"
103103
depends on ARCH_BRCMSTB || BMIPS_GENERIC
104104
help
105105
This option enables support for the AHCI SATA3 controller found on
106-
STB SoC's.
106+
Broadcom SoC's.
107107

108108
If unsure, say N.
109109

drivers/ata/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ obj-$(CONFIG_SATA_INIC162X) += sata_inic162x.o
1111
obj-$(CONFIG_SATA_SIL24) += sata_sil24.o
1212
obj-$(CONFIG_SATA_DWC) += sata_dwc_460ex.o
1313
obj-$(CONFIG_SATA_HIGHBANK) += sata_highbank.o libahci.o
14-
obj-$(CONFIG_AHCI_BRCMSTB) += ahci_brcmstb.o libahci.o libahci_platform.o
14+
obj-$(CONFIG_AHCI_BRCM) += ahci_brcm.o libahci.o libahci_platform.o
1515
obj-$(CONFIG_AHCI_CEVA) += ahci_ceva.o libahci.o libahci_platform.o
1616
obj-$(CONFIG_AHCI_DA850) += ahci_da850.o libahci.o libahci_platform.o
1717
obj-$(CONFIG_AHCI_IMX) += ahci_imx.o libahci.o libahci_platform.o
File renamed without changes.

0 commit comments

Comments
 (0)