Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp191151pxb; Wed, 22 Sep 2021 19:52:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzMcQ7xXftM+zRaxQEDRdLDxBA5o9tlq5wUj5Tac7KRxbLlyqOJuQwlo8GtGE5e9zD+Af/l X-Received: by 2002:a05:6e02:e01:: with SMTP id a1mr1851405ilk.72.1632365570257; Wed, 22 Sep 2021 19:52:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632365570; cv=none; d=google.com; s=arc-20160816; b=Sa64W30PXLPck7jXOfxF0okfdlAkvlQoyKBLzQZfolCadanRXInyqDy68ekN2JwrU8 yunhsUrLzBHhG/l5Gcpi2j6WUqVikThSk1c9ka/X6VX/s4L5RgPfYcdnowbbQhmhRxFp pqTw815UK+ryixLfTONphTriPlTrhnSJyIrw6UyXc5EENZsBQXGK56NhtoYkwzvNU8B2 1jIueuFy6mhuJfXJwWngCllQMHmvN/TA0Dg4B2jT2DgZHFT2I1Vk3EGKNifp8Zse+1eq IHMgoBjMzw4D1TGci73H0zKHbZJ4+MnZEfILk1Yi1UX4sJvhm4DCHdAp2TL5wZg82r4J c7vw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:message-id:date:subject:cc:to:from; bh=JVRP20YdfeIJAALA1fefeea3yxbRvBKsu/YcIR8xRWA=; b=eCL7WX52qKEW2SY7SU5Wfoo3zdd+6oQ6AvEZS5k2BeWT6RkxfpDkkL+IKRQQSEEOEh 5ESIMOWLC9uotqW2c47BBc5xB0+MDBss66ZYVl7WC5Qvz/o4OX/KBcZs52rB5ky14Th2 iZvj5v3DaWm7+cvHh9GRSp1WlL0HysFXDgHqkpIDojXwqbokj2La5HDkRV7PL/j+DFN5 rh24K16guGy5bU3clvTkn+CeD5cqxP2naimaW8roukzuVxmm6YuiFmSyYszbiLwOy1mu /Gomg0/ADyX7tD0MnmdQ2DmmNecVbldYZVIhh5tuJSrT42UeR0b7Gv37zvukWgmmYrVt msTg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m24si4622186jac.82.2021.09.22.19.52.37; Wed, 22 Sep 2021 19:52:50 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238997AbhIWCwZ (ORCPT + 99 others); Wed, 22 Sep 2021 22:52:25 -0400 Received: from mx24.baidu.com ([111.206.215.185]:44986 "EHLO baidu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S238976AbhIWCwW (ORCPT ); Wed, 22 Sep 2021 22:52:22 -0400 Received: from BC-Mail-Ex25.internal.baidu.com (unknown [172.31.51.19]) by Forcepoint Email with ESMTPS id 34C8DDF904D700366A42; Thu, 23 Sep 2021 10:50:50 +0800 (CST) Received: from BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) by BC-Mail-Ex25.internal.baidu.com (172.31.51.19) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2242.12; Thu, 23 Sep 2021 10:50:49 +0800 Received: from LAPTOP-UKSR4ENP.internal.baidu.com (172.31.63.8) by BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Thu, 23 Sep 2021 10:50:49 +0800 From: Cai Huoqing To: CC: Andy Gross , Bjorn Andersson , Kishon Vijay Abraham I , "Vinod Koul" , , , Subject: [PATCH] phy: qualcomm: Kconfig: Add configuration menu for Qualcomm phy drivers Date: Thu, 23 Sep 2021 10:50:43 +0800 Message-ID: <20210923025044.401-1-caihuoqing@baidu.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [172.31.63.8] X-ClientProxiedBy: BC-Mail-Ex31.internal.baidu.com (172.31.51.25) To BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Adding a configuration menu to hold many Qualcomm phy drivers helps to make the menu display more concise. Signed-off-by: Cai Huoqing --- 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