[PATCH] phy: st: Kconfig: Add configuration menu for STMicro phy drivers

Cai Huoqing caihuoqing at baidu.com
Wed Sep 22 19:51:13 PDT 2021


Adding a configuration menu to hold many STMicro phy drivers
helps to make the menu display more concise.

Signed-off-by: Cai Huoqing <caihuoqing at baidu.com>
---
 drivers/phy/st/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/phy/st/Kconfig b/drivers/phy/st/Kconfig
index 3fc3d0781fb8..81b3e59ca07d 100644
--- a/drivers/phy/st/Kconfig
+++ b/drivers/phy/st/Kconfig
@@ -2,6 +2,8 @@
 #
 # Phy drivers for STMicro platforms
 #
+menu "PHY drivers for STMicro platforms"
+
 config PHY_MIPHY28LP
 	tristate "STMicroelectronics MIPHY28LP PHY driver for STiH407"
 	depends on ARCH_STI
@@ -47,3 +49,5 @@ config PHY_STM32_USBPHYC
 	  used by an HS USB Host controller, and the second one is shared
 	  between an HS USB OTG controller and an HS USB Host controller,
 	  selected by a USB switch.
+
+endmenu
-- 
2.25.1




More information about the linux-phy mailing list