Commit 34356d11 authored by Cai Huoqing's avatar Cai Huoqing Committed by Vinod Koul
Browse files

phy: broadcom: Kconfig: Add configuration menu for Broadcom phy drivers



Adding a configuration menu to hold many Broadcom phy drivers
helps to make the menu display more concise.

Signed-off-by: default avatarCai Huoqing <caihuoqing@baidu.com>
Acked-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20210923025013.189-1-caihuoqing@baidu.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent c2aff14e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@
#
# Phy drivers for Broadcom platforms
#
menu "PHY drivers for Broadcom platforms"

config PHY_BCM63XX_USBH
	tristate "BCM63xx USBH PHY driver"
	depends on BMIPS_GENERIC || COMPILE_TEST
@@ -112,3 +114,5 @@ config PHY_BCM_SR_PCIE
	help
	  Enable this to support the Broadcom Stingray PCIe PHY
	  If unsure, say N.

endmenu