Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp191363pxb; Wed, 22 Sep 2021 19:53:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyQSDgqN328ooSmk8LnOj5gm9zjDxUIhg1BxMhGYqN38CkTzb8rRzJJInjgAMz++DSfJ1mr X-Received: by 2002:a05:6638:14cd:: with SMTP id l13mr2039688jak.90.1632365590620; Wed, 22 Sep 2021 19:53:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632365590; cv=none; d=google.com; s=arc-20160816; b=mPbFZZ8gv8F872TgaxFTIuxq7MZOktHaa75/0tndpxuawk081wxVJma896fYcoJf/A J1pc8pLB97CsUhznIymS2uN3CjZeCqAcIqD0Ef/4Jz5Cmp9gx70PwUc4rErp5TOQS7SH RBXJzehJjwF2OGF6lkBvcHyypPdobqU9PFWqFHgsZylHct/stwjGMs2+besn9+At78VK A8imlDWKBw/PaRh73oPvbn/ldytPZWsSL4/tZCLGmEMe2quFNXmrXN9woEsYKgboewYl MRyiTKH07KmR/tnmGkw1eoUArAR+TP94RT54DKPUfiV99QDV7npPfJICYA/ZGHEFg2Af AYHQ== 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=ab8LLiIkPpSUAO0oOdc7dk7JUA1avVaBcyc2qUW5bl0=; b=pbYOzSfucod4ObRo+D91iuOPlTTvDQkQqwPmKp/sf4J9x0GcOXnDixIT+WF2MMR+nI sZdcMsYxUzvNF9Qxd3/GI5Q3xroMkHJshZI6PsK7yoTNCsJIytfc3GJ56WX/dN6TS2e0 1bxb4cfJ1aQ/byfqvZ6tyMgYVCoZzopaooEnf5jLrw9NKL8P4ygjUbN5w03HGuk/GDep A7MFZJSaHAtSDJwpZT297tcr1ZP/O8g2G6UPcyUNv9JtxDnXqAdDR7aTpIEOEFGxhl7I G1iS6tqGec4kZNXhUrf0+RhLPKj+t1x7ISzam3EmlEhShiI6U5c6SR72B+TdmxJuLKh5 lggA== 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 i62si4754396iof.83.2021.09.22.19.52.55; Wed, 22 Sep 2021 19:53:10 -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 S238998AbhIWCwo (ORCPT + 99 others); Wed, 22 Sep 2021 22:52:44 -0400 Received: from mx24.baidu.com ([111.206.215.185]:45396 "EHLO baidu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S238995AbhIWCwn (ORCPT ); Wed, 22 Sep 2021 22:52:43 -0400 Received: from BC-Mail-Ex23.internal.baidu.com (unknown [172.31.51.17]) by Forcepoint Email with ESMTPS id D35246FDBC66701E5D7B; Thu, 23 Sep 2021 10:51:11 +0800 (CST) Received: from BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) by BC-Mail-Ex23.internal.baidu.com (172.31.51.17) 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:11 +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:04 +0800 From: Cai Huoqing To: CC: Kishon Vijay Abraham I , Vinod Koul , , Subject: [PATCH] phy: samsung: Kconfig: Add configuration menu for Samsung phy drivers Date: Thu, 23 Sep 2021 10:50:58 +0800 Message-ID: <20210923025059.507-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-Ex13.internal.baidu.com (172.31.51.53) 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 Samsung phy drivers helps to make the menu display more concise. Signed-off-by: Cai Huoqing --- drivers/phy/samsung/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/phy/samsung/Kconfig b/drivers/phy/samsung/Kconfig index e20d2fcc9fe7..5145230e314b 100644 --- a/drivers/phy/samsung/Kconfig +++ b/drivers/phy/samsung/Kconfig @@ -2,6 +2,8 @@ # # Phy drivers for Samsung platforms # +menu "PHY drivers for Samsung platforms" + config PHY_EXYNOS_DP_VIDEO tristate "Exynos SoC series Display Port PHY driver" depends on OF @@ -103,3 +105,5 @@ config PHY_EXYNOS5250_SATA Exynos5250 based SoCs.This SerDes/Phy supports SATA 1.5 Gb/s, SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host port to accept one SATA device. + +endmenu -- 2.25.1