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: Cai Huoqing <caihuoqing@baidu.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20210923025013.189-1-caihuoqing@baidu.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
Cai Huoqing 2021-09-23 10:50:13 +08:00 committed by Vinod Koul
parent c2aff14ea0
commit 34356d113b
1 changed files with 4 additions and 0 deletions

View File

@ -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