diff options
author | Ray Jui <ray.jui@broadcom.com> | 2018-07-06 17:18:33 -0700 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2018-07-10 13:45:10 +0530 |
commit | 92696a89cd3f9c878182c00cae60fb7a0056cc30 (patch) | |
tree | 54bc1f96d2b9a4de84f46cfdd449759083850d5e /drivers/phy/broadcom/Kconfig | |
parent | 95fb21253ea56d330053bafcf3cb502171551253 (diff) | |
download | linux-92696a89cd3f9c878182c00cae60fb7a0056cc30.tar.bz2 |
phy: bcm-sr-pcie: Add Stingray PCIe PHY driver
Add Stingray PCIe PHY driver for both PAXB and PAXC root complex
Signed-off-by: Ray Jui <ray.jui@broadcom.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/broadcom/Kconfig')
-rw-r--r-- | drivers/phy/broadcom/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/phy/broadcom/Kconfig b/drivers/phy/broadcom/Kconfig index 97d27b0d5cc7..8786a9674471 100644 --- a/drivers/phy/broadcom/Kconfig +++ b/drivers/phy/broadcom/Kconfig @@ -80,3 +80,13 @@ config PHY_BRCM_USB This driver is required by the USB XHCI, EHCI and OHCI drivers. If unsure, say N. + +config PHY_BCM_SR_PCIE + tristate "Broadcom Stingray PCIe PHY driver" + depends on OF && (ARCH_BCM_IPROC || COMPILE_TEST) + select GENERIC_PHY + select MFD_SYSCON + default ARCH_BCM_IPROC + help + Enable this to support the Broadcom Stingray PCIe PHY + If unsure, say N. |