phy: brcm-sata: allow PHY_BRCM_SATA driver to be built for DSL SoCs
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 20 Sep 2018 19:16:36 +0000 (12:16 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Nov 2019 17:00:32 +0000 (18:00 +0100)
[ Upstream commit 26728df4b254ae06247726a9a6e64823e39ac504 ]

Broadcom ARM-based DSL SoCs (BCM63xx product line) have the same
Broadcom SATA PHY that other SoCs are using, make it possible to select
that driver on these platforms.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/phy/broadcom/Kconfig

index 64fc59c3ae6d982ec2a7e9a0e56c54e7705d16aa..181b8fde2bfe6ababaef9ac801bfeaa16f944777 100644 (file)
@@ -60,7 +60,8 @@ config PHY_NS2_USB_DRD
 
 config PHY_BRCM_SATA
        tristate "Broadcom SATA PHY driver"
-       depends on ARCH_BRCMSTB || ARCH_BCM_IPROC || BMIPS_GENERIC || COMPILE_TEST
+       depends on ARCH_BRCMSTB || ARCH_BCM_IPROC || BMIPS_GENERIC || \
+                  ARCH_BCM_63XX || COMPILE_TEST
        depends on OF
        select GENERIC_PHY
        default ARCH_BCM_IPROC