From patchwork Sat Dec 3 10:22:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cai Huoqing X-Patchwork-Id: 13063506 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3A480C4332F for ; Sat, 3 Dec 2022 10:36:14 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C989B10E1E4; Sat, 3 Dec 2022 10:36:12 +0000 (UTC) Received: from out2.migadu.com (out2.migadu.com [IPv6:2001:41d0:2:aacc::]) by gabe.freedesktop.org (Postfix) with ESMTPS id B774410E1E4 for ; Sat, 3 Dec 2022 10:36:08 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1670063767; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AAo4keShZ18WFessSvhSTot4vT88z0d7rr9jhcq1OZw=; b=ij8nAfsVPxIscTKxwoTk7o9XGW+a6g+cTqcGR5IdokztBaDQ4hub0VvhmRlUaB8SzZrKj3 4ePR/U21/shv/4di8McT/IgcDIbfosg4gC+o7+dXlKQiEaIi/YNer7zyidR/RC+Jb+khNh LEfKWm70U9RjV9ZWYn3Hrrahx1/Q7ow= From: Cai Huoqing To: tzimmermann@suse.de Subject: [RESEND PATCH linux-next v2 08/10] drm: Add comments to Kconfig Date: Sat, 3 Dec 2022 18:22:59 +0800 Message-Id: <20221203102502.3185-9-cai.huoqing@linux.dev> In-Reply-To: <20221203102502.3185-1-cai.huoqing@linux.dev> References: <20221203102502.3185-1-cai.huoqing@linux.dev> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sam Ravnborg , Randy Dunlap , linux-kernel@vger.kernel.org, Cai Huoqing , dri-devel@lists.freedesktop.org, Danilo Krummrich , Borislav Petkov Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Add comments to avoid removing DRM_LEGACY config menu, because DRM_LEGACY menu could list other legacy drivers. Signed-off-by: Cai Huoqing --- drivers/gpu/drm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 96d73208995a..520633a1e706 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -391,7 +391,7 @@ menuconfig DRM_LEGACY Unless you have strong reasons to go rogue, say "N". if DRM_LEGACY - +# leave here to list legacy drivers endif # DRM_LEGACY config DRM_EXPORT_FOR_TESTS