From patchwork Fri Dec 6 11:26:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 11276005 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7950A14BD for ; Fri, 6 Dec 2019 11:26:20 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 6197C20706 for ; Fri, 6 Dec 2019 11:26:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6197C20706 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=xs4all.nl Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B205C6F9D9; Fri, 6 Dec 2019 11:26:19 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from lb3-smtp-cloud7.xs4all.net (lb3-smtp-cloud7.xs4all.net [194.109.24.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5ACFF6F9D9 for ; Fri, 6 Dec 2019 11:26:18 +0000 (UTC) Received: from [192.168.2.10] ([82.164.86.234]) by smtp-cloud7.xs4all.net with ESMTPA id dBkOidZotU9wBdBkRi16PZ; Fri, 06 Dec 2019 12:26:14 +0100 To: Maling list - DRI developers From: Hans Verkuil Subject: [PATCH] drm/Kconfig: add missing 'depends on DRM' for DRM_DP_CEC Message-ID: <489bdaae-9b05-2d70-12e1-4fda7899dfc1@xs4all.nl> Date: Fri, 6 Dec 2019 12:26:08 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 Content-Language: en-US X-CMAE-Envelope: MS4wfFh5ml02Rn9H1tnBYK3P+mBmqyl1VoFSv4YIDM+MdUPd698LB4JOYzMZWuEqBjufU75R1xzHUj43K9TK+FMsIQle3wLJTaKFGBsWyRFRtRPo7OpVvOhZ ZqGS4WtBMGCi3lo//cAqQVYANl4pbjY6xyEfa0d3N26wr9VjQ64Efwgm6t/zkDpQ07RAzsfSsBndxBaHwANBtmNTKwBEcGiXYludmibTc7AiBOETzmnPlOHv X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xs4all.nl; s=s1; t=1575631574; bh=NyTQK/xCUzmCnYiy31ummh54q3iWHq/KGxvmuWlpkk4=; h=To:From:Subject:Message-ID:Date:MIME-Version:Content-Type:From: Subject; b=ntmqAC3/Uhi5qI/IqOZQS4+jfAXYxNVDJeMGCwP9MjHk746585cK/WlBb+nHoazWk 2no352hzdHR52idnEBloNGNNG9ZeRZII49idEMY3ekfS6QaZhTCnJuX71rvVz21Zqe VNW/yPBQ5kRNd+zwx+eKXEF+LEDdEcvg8ft6gGOo6FYw3qE8YPnvESNgiGlOJyjKqs D4ULbMoGqnO2n9Gk93xAw3RsEensOO0hRbQ7oKQY09HkXbS/h4toTNG4F/Q2zycygv S/yzzyM1ddQbBmOaa4//tS/54KGMAdtr7us7d0s3LBgwWmUT09C9O2bbxvxlzXMX/O cYeHTB6UxvqGg== X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linux Media Mailing List Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Add a missing 'depends on DRM' for the DRM_DP_CEC config option. Without that enabling DRM_DP_CEC will force CEC_CORE to =y instead of =m if DRM=m as well. Signed-off-by: Hans Verkuil Reviewed-by: Daniel Vetter diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 1168351267fd..e8e478d6da9c 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -163,6 +163,7 @@ config DRM_LOAD_EDID_FIRMWARE config DRM_DP_CEC bool "Enable DisplayPort CEC-Tunneling-over-AUX HDMI support" + depends on DRM select CEC_CORE help Choose this option if you want to enable HDMI CEC support for