Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp199425pxb; Wed, 22 Sep 2021 20:09:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyuF1Kt2rGuKgnxNiRGXLcVDYl0ISjKSsiCtlKytLyPspe1tjW1LxfYnZib3/GUNj8RPm3J X-Received: by 2002:a92:d483:: with SMTP id p3mr1891549ilg.131.1632366552596; Wed, 22 Sep 2021 20:09:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632366552; cv=none; d=google.com; s=arc-20160816; b=s+k5r0H60q+KbvI3JNySr2fPFyBsZ2i5X5fCbB6AMUSuL1N1HZdA7Abw8wHVSTq+lx 0rK1VPHnw5nDjY5KSrrZ7TvX6yPhxE3TG+M4WsUxpfJphhmdWuo65bQw0XVI0PoMCxrl mj0vCDKU2mToXxpw5/Ih708U4D4Jsbt+7xfrmAdRF8SI7Rx3dOndxv5Xq2kV4p1D34q1 717OAG4R67hDfBJNDjANOcaxaWp21jrwJzGuGrY/+xLTxvp4/W0me4xlxDoDKquM4kyB 7obX29ynGuQrsgqFwuyPy2VaAtP9Vja1SWf7EvBMP0Bm4tjdUW2jsIyZKgM7HKF/fzem wbBw== 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=C+YhwqKPvrunwBhlTzCWWZpgpXeUrgBdBuyluGdfWs8=; b=kasuv+pfthQovJ4Je51OO4wLq3ZQnGxs7UCGEijnfCoTjzCA2q9tzBL1QY65XZQmTA b/BnlKVFI5wV0q3kXYJj9MwGXAhCQs4CFpndO13+mTy8BKEmCvTS5lT2plyhPMivYqf1 ILh0EwYktq/Sohi7T13HLIL7SqRMUidNMDSjSI/c3kx+nohS8LNumER41R5OB44O1HHX Zgx4KdEhcZNxCon4OIEOW1hiblAfSdpPLP71mq4NMXPAqzceRVFVycWd6thdRdeSIG+k fhUV02MbGK+SrB1mWUwjbnnbHWfgs0dYqjLgdZqCxSQOyqvIAJ/BW8DpL/BG3FzD2iPa FEYw== 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 m11si6145420iov.97.2021.09.22.20.08.55; Wed, 22 Sep 2021 20:09:12 -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 S238955AbhIWDHh (ORCPT + 99 others); Wed, 22 Sep 2021 23:07:37 -0400 Received: from mx22.baidu.com ([220.181.50.185]:60652 "EHLO baidu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S238914AbhIWDHg (ORCPT ); Wed, 22 Sep 2021 23:07:36 -0400 Received: from BC-Mail-Ex27.internal.baidu.com (unknown [172.31.51.21]) by Forcepoint Email with ESMTPS id 0A421D838DA34BCD8F82; Thu, 23 Sep 2021 10:50:35 +0800 (CST) Received: from BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) by BC-Mail-Ex27.internal.baidu.com (172.31.51.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2176.2; Thu, 23 Sep 2021 10:50:34 +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:34 +0800 From: Cai Huoqing To: CC: Kishon Vijay Abraham I , Vinod Koul , , Subject: [PATCH] phy: marvell: Kconfig: Add configuration menu for Marvell phy drivers Date: Thu, 23 Sep 2021 10:50:28 +0800 Message-ID: <20210923025028.295-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 Marvell phy drivers helps to make the menu display more concise. Signed-off-by: Cai Huoqing --- drivers/phy/marvell/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/phy/marvell/Kconfig b/drivers/phy/marvell/Kconfig index bdb87c976243..44eb3632e7a3 100644 --- a/drivers/phy/marvell/Kconfig +++ b/drivers/phy/marvell/Kconfig @@ -2,6 +2,8 @@ # # Phy drivers for Marvell platforms # +menu "PHY drivers for Marvell platforms" + config ARMADA375_USBCLUSTER_PHY bool "Armada 375 USB cluster PHY support" if COMPILE_TEST default y if MACH_ARMADA_375 @@ -136,3 +138,5 @@ config PHY_MMP3_HSIC components on MMP3-based boards. To compile this driver as a module, choose M here. + +endmenu -- 2.25.1