Adding a configuration menu to hold many Qualcomm phy drivers helps to make the menu display more concise. Signed-off-by: Cai Huoqing <caihuoqing@xxxxxxxxx> --- drivers/phy/qualcomm/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.25.1