Adding a configuration menu to hold many Broadcom phy drivers
helps to make the menu display more concise.
Signed-off-by: Cai Huoqing <[email protected]>
---
drivers/phy/broadcom/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/phy/broadcom/Kconfig b/drivers/phy/broadcom/Kconfig
index fd92b73b7109..f81e23742079 100644
--- 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
--
2.25.1
On 9/22/2021 7:50 PM, Cai Huoqing wrote:
> Adding a configuration menu to hold many Broadcom phy drivers
> helps to make the menu display more concise.
>
> Signed-off-by: Cai Huoqing <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
--
Florian
On 23-09-21, 10:50, Cai Huoqing wrote:
> Adding a configuration menu to hold many Broadcom phy drivers
> helps to make the menu display more concise.
Applied, thanks
--
~Vinod