Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp191582pxb; Wed, 22 Sep 2021 19:53:33 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwvgsa2AvxPBVrTUD9+7+et1OnPWFgOYhbEFzfOM9g14bhFpdlM2VmxgwHmDyGw+eMwcH+e X-Received: by 2002:a02:998a:: with SMTP id a10mr2011547jal.23.1632365612903; Wed, 22 Sep 2021 19:53:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632365612; cv=none; d=google.com; s=arc-20160816; b=y4MjCGcnehCSrehvXnp/1pB0Q75Lf65CnYJtBNSGmnv3N/PnwuZ2O58zpigJ9v23VR EN6XU0U3pzVi6VNBlQW1R5VtDiAmEPrLQv1ZQsXs1FoM8FvZwdg5jzwf4X7mgVxUn0E2 DPrvY+he/WjcQGI9AirkmmIadxlUBoPpNAvOc11BNhsbJr+vUd0QWzuAawpMNdZpGdvE NsamcsEdAloB54me2qIQHrBGlQ/+X4l7Op9Uo/vcGzwhxU33IpFzrP0VIp5U6mY1ulJo 6hTpOi0vtdxZZfCh1TVTEQMGPHyYohaxvjbezjl5CUyhfqJ3urXE1/UVFNrTK1+FsGNE f/WA== 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=vyJ7qpoQejdFiRThNNoK27JpfY4d7iq1ypCWiy17NNo=; b=eHsMz3R8IKMXldHWkC89LTqK1tp6u50pR7qUJdqVHTlwceovI/71ZR6Oxv4JSgBPUp Vc1QGUKgkuadfHZSb5WUdrLNtvwFjisgCOh1iglCb82WBPRo1Xjj6HLjEtBlzL1oFuvo KQfnRw4ccO1t6kF//LtQEa7GcsyeNC11j6VlSovAnLeugTPIVoayj4WpQhLLaH265L2W y53Pgigv4SBJDq/JlVXwF5Pq/xGAfpuNyEqLp/RgJyass7vTzrEdmrql2/I3ZFYzkyNX qqDQOdzhR+oduRdweWHwTeJTd3k+2u0Xo6gu6oqYtciBkfi8IwBNyjWXO7GSSwVmu67b 1VvA== 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 n44si4517353jaf.76.2021.09.22.19.53.14; Wed, 22 Sep 2021 19:53:32 -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 S239028AbhIWCxB (ORCPT + 99 others); Wed, 22 Sep 2021 22:53:01 -0400 Received: from mx22.baidu.com ([220.181.50.185]:45662 "EHLO baidu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S239016AbhIWCxA (ORCPT ); Wed, 22 Sep 2021 22:53:00 -0400 Received: from BC-Mail-Ex19.internal.baidu.com (unknown [172.31.51.13]) by Forcepoint Email with ESMTPS id 09BC17C39E9B30E5B15B; Thu, 23 Sep 2021 10:51:28 +0800 (CST) Received: from BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) by BC-Mail-Ex19.internal.baidu.com (172.31.51.13) 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:51:27 +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:51:27 +0800 From: Cai Huoqing To: CC: Kishon Vijay Abraham I , Vinod Koul , , Subject: [PATCH] phy: ti: Kconfig: Add configuration menu for TI phy drivers Date: Thu, 23 Sep 2021 10:51:21 +0800 Message-ID: <20210923025121.666-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 TI phy drivers helps to make the menu display more concise. Signed-off-by: Cai Huoqing --- drivers/phy/ti/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/phy/ti/Kconfig b/drivers/phy/ti/Kconfig index 15a3bcf32308..182de9833ae3 100644 --- a/drivers/phy/ti/Kconfig +++ b/drivers/phy/ti/Kconfig @@ -2,6 +2,8 @@ # # Phy drivers for TI platforms # +menu "PHY drivers for TI platforms" + config PHY_DA8XX_USB tristate "TI DA8xx USB PHY Driver" depends on ARCH_DAVINCI_DA8XX || COMPILE_TEST @@ -111,3 +113,5 @@ config PHY_TI_GMII_SEL help This driver supports configuring of the TI CPSW Port mode depending on the Ethernet PHY connected to the CPSW Port. + +endmenu -- 2.25.1