lkml.org 
[lkml]   [2018]   [Sep]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 2/9] phy: broadcom: allow PHY_BRCM_SATA driver to be built for DSL SoCs
    Date
    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>
    ---
    drivers/phy/broadcom/Kconfig | 3 ++-
    1 file changed, 2 insertions(+), 1 deletion(-)

    diff --git a/drivers/phy/broadcom/Kconfig b/drivers/phy/broadcom/Kconfig
    index 8786a9674471..aa917a61071d 100644
    --- a/drivers/phy/broadcom/Kconfig
    +++ b/drivers/phy/broadcom/Kconfig
    @@ -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
    --
    2.17.1
    \
     
     \ /
      Last update: 2018-09-20 21:20    [W:4.509 / U:0.384 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site