2021-09-23 02:51:58

by Cai,Huoqing

[permalink] [raw]
Subject: [PATCH] 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 <[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


2021-09-24 02:12:10

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH] phy: broadcom: Kconfig: Add configuration menu for Broadcom phy drivers



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

2021-10-01 08:22:21

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH] phy: broadcom: Kconfig: Add configuration menu for Broadcom phy drivers

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