Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Cai Huoqing and committed by
Vinod Koul
34356d11 c2aff14e

+4
+4
drivers/phy/broadcom/Kconfig
··· 2 2 # 3 3 # Phy drivers for Broadcom platforms 4 4 # 5 + menu "PHY drivers for Broadcom platforms" 6 + 5 7 config PHY_BCM63XX_USBH 6 8 tristate "BCM63xx USBH PHY driver" 7 9 depends on BMIPS_GENERIC || COMPILE_TEST ··· 114 112 help 115 113 Enable this to support the Broadcom Stingray PCIe PHY 116 114 If unsure, say N. 115 + 116 + endmenu