Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp192019pxb; Wed, 22 Sep 2021 19:54:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwBhAQUJzyCrFO9NGxFODEI6Y/K6n5X8kR981WB1IQ+ladaUYNmHST3yg/SSxWhE16zCimK X-Received: by 2002:a5d:9488:: with SMTP id v8mr1889572ioj.195.1632365670169; Wed, 22 Sep 2021 19:54:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632365670; cv=none; d=google.com; s=arc-20160816; b=M6P7E7j1b/+/5/S0SOkGx8WlZPsxTOJRktrK9V+7sZNJ0NsBN1fzoqqj591S+v3Ybj WoLLRQrsYGLsLSNt7e3LWpTOj68V4D9u14CW6tUWPUbQEdkftk4ieZtP4kh/b3JyB3rA fQoQP9UolPVMmvZ9oViiE73+HQMRsWSnwltzl575fEcEh3v5wEttbKZ9FLZj7BpicOEW hqaeAsz597BJSz+lwkZjOEuTX+VliZIZqMczFHsMUFq3Q2vP6m2J1uM+rcMpB54/0OQJ FeGEsvdnqNylSbb5X9nOXgim5lhLRFmBortaD6Bx8LspJmH0ZSb7HBIWyDfzqWFnlErd IQAw== 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=roK9F3FqA92OlV92gDo2UDeJJjzKPJVLh7ezOlr/ows=; b=UcZUrmsvlkBxIf9n41XWjr0XErHrzzZbECiEvZV3ooyl+FXhJ3XD7YGunCCftKz0oW yc7Bl7AH6UtRlg5S2kBlFTkUSIvksSbwcHMNn8BcveyHLHxGiaGhGzbYjd6wXgIKFi55 Caycg+Uu9gPQx2eOA0CtZ29D9r8tQ311E4lj+9G9xpnPnGiGBoKt1qSjP/d8CIXZMQX2 z/R3KZXjhG8wZF71AQguDzDkhrX1V7F3tU0xAOZIimjQ/AVol4akDJEhoilSc+Mhw9+I vC4DI9krrt5ZRn6oxac4HeLeME3PcBRD9pyCw4kvxNBA/JJHZWJ7ImPMzOP4c+RlR4aX uc7A== 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 c16si4663767iot.81.2021.09.22.19.54.17; Wed, 22 Sep 2021 19:54:30 -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 S239020AbhIWCw6 (ORCPT + 99 others); Wed, 22 Sep 2021 22:52:58 -0400 Received: from mx22.baidu.com ([220.181.50.185]:45570 "EHLO baidu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S239034AbhIWCww (ORCPT ); Wed, 22 Sep 2021 22:52:52 -0400 Received: from BC-Mail-Ex21.internal.baidu.com (unknown [172.31.51.15]) by Forcepoint Email with ESMTPS id 7925F8E843ECB3A8E108; Thu, 23 Sep 2021 10:51:20 +0800 (CST) Received: from BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) by BC-Mail-Ex21.internal.baidu.com (172.31.51.15) 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:20 +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:19 +0800 From: Cai Huoqing To: CC: Kishon Vijay Abraham I , Vinod Koul , , Subject: [PATCH] phy: st: Kconfig: Add configuration menu for STMicro phy drivers Date: Thu, 23 Sep 2021 10:51:13 +0800 Message-ID: <20210923025114.613-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 STMicro phy drivers helps to make the menu display more concise. Signed-off-by: Cai Huoqing --- drivers/phy/st/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/phy/st/Kconfig b/drivers/phy/st/Kconfig index 3fc3d0781fb8..81b3e59ca07d 100644 --- a/drivers/phy/st/Kconfig +++ b/drivers/phy/st/Kconfig @@ -2,6 +2,8 @@ # # Phy drivers for STMicro platforms # +menu "PHY drivers for STMicro platforms" + config PHY_MIPHY28LP tristate "STMicroelectronics MIPHY28LP PHY driver for STiH407" depends on ARCH_STI @@ -47,3 +49,5 @@ config PHY_STM32_USBPHYC used by an HS USB Host controller, and the second one is shared between an HS USB OTG controller and an HS USB Host controller, selected by a USB switch. + +endmenu -- 2.25.1