diff mbox series

phy: qualcomm: Kconfig: Add configuration menu for Qualcomm phy drivers

Message ID 20210923025044.401-1-caihuoqing@baidu.com (mailing list archive)
State Not Applicable
Headers show
Series phy: qualcomm: Kconfig: Add configuration menu for Qualcomm phy drivers | expand

Commit Message

Cai,Huoqing Sept. 23, 2021, 2:50 a.m. UTC
Adding a configuration menu to hold many Qualcomm phy drivers
helps to make the menu display more concise.

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
---
 drivers/phy/qualcomm/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/drivers/phy/qualcomm/Kconfig b/drivers/phy/qualcomm/Kconfig
index 7f6fcb8ec5ba..40391fab644f 100644
--- a/drivers/phy/qualcomm/Kconfig
+++ b/drivers/phy/qualcomm/Kconfig
@@ -2,6 +2,8 @@ 
 #
 # Phy drivers for Qualcomm and Atheros platforms
 #
+menu "PHY drivers for Qualcomm and Atheros platforms"
+
 config PHY_ATH79_USB
 	tristate "Atheros AR71XX/9XXX USB PHY driver"
 	depends on OF && (ATH79 || COMPILE_TEST)
@@ -114,3 +116,5 @@  config PHY_QCOM_IPQ806X_USB
 	  This option enables support for the Synopsis PHYs present inside the
 	  Qualcomm USB3.0 DWC3 controller on ipq806x SoC. This driver supports
 	  both HS and SS PHY controllers.
+
+endmenu