projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2aff14
)
phy: broadcom: Kconfig: Add configuration menu for Broadcom phy drivers
author
Cai Huoqing
<caihuoqing@baidu.com>
Thu, 23 Sep 2021 02:50:13 +0000
(10:50 +0800)
committer
Vinod Koul
<vkoul@kernel.org>
Fri, 1 Oct 2021 08:20:38 +0000
(13:50 +0530)
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>
drivers/phy/broadcom/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/phy/broadcom/Kconfig
b/drivers/phy/broadcom/Kconfig
index fd92b73b710951fa69848ed76662d2fa18a6906b..f81e237420799661a2d3a11b6b64a65c640c84d3 100644
(file)
--- a/
drivers/phy/broadcom/Kconfig
+++ b/
drivers/phy/broadcom/Kconfig
@@
-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