From patchwork Mon Jun 20 03:59:03 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xinliang Liu X-Patchwork-Id: 70403 Delivered-To: patch@linaro.org Received: by 10.140.28.4 with SMTP id 4csp1322788qgy; Sun, 19 Jun 2016 21:00:04 -0700 (PDT) X-Received: by 10.66.253.70 with SMTP id zy6mr18722061pac.55.1466395203945; Sun, 19 Jun 2016 21:00:03 -0700 (PDT) Return-Path: Received: from gabe.freedesktop.org (gabe.freedesktop.org. [2610:10:20:722:a800:ff:fe36:1795]) by mx.google.com with ESMTP id 86si24737280pfp.104.2016.06.19.21.00.03; Sun, 19 Jun 2016 21:00:03 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 2610:10:20:722:a800:ff:fe36:1795 as permitted sender) client-ip=2610:10:20:722:a800:ff:fe36:1795; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of dri-devel-bounces@lists.freedesktop.org designates 2610:10:20:722:a800:ff:fe36:1795 as permitted sender) smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 88F156E299; Mon, 20 Jun 2016 04:00:00 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) by gabe.freedesktop.org (Postfix) with ESMTPS id E359C6E07F for ; Mon, 20 Jun 2016 03:59:58 +0000 (UTC) Received: by mail-pa0-x22a.google.com with SMTP id b13so46508662pat.0 for ; Sun, 19 Jun 2016 20:59:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=aGUB7iaz643AEAszj9ozsRnyd9O8Zb7yR1bQQ0UEF5s=; b=jshjsf38CokV38mequn58RkJpSvCo/kBLWm6MhHncZN6mWAiZVDTuj9ri9abGOca25 gnpHKaFJzsn1ekfR8uRm7y4d9nhTupvX4kwpzGtE8TQ1xv5ZBALPjsbdnQKrw1tpG6NU wuwzAhU+ojMnvn9O4xKZdnRj+wsA4nS77vj2g= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=aGUB7iaz643AEAszj9ozsRnyd9O8Zb7yR1bQQ0UEF5s=; b=FQc8QECkpCxcBhv60VgyoBeyd2pVf1fClMmcwYA1lZ9LcyvYsfWdHbmo0YUfw7V8co QrXboDLfdJ20fPCwfLTZHe8WSYoVOp1S3fIYzPySrSHZbnsx1+gcr9ACm5Baz64yw+Pm ESPWASbM3PrpqKTE/fze19sR0gFrPRlX3gBJELgVl/IEsxNdcSozDAugIe09+MzUCiZ6 TXLYHZ2yTmRxMsrUAAptwSTQPnxDH0lk1z0ilqDtQK3ZJSH+3HN7Vcu+1fMUqKqsdzls Bw28ZzMcq5l0772clz73J0besRAJE4DS3XI+bRamgCmlEjXybLrzyKT5nil2UUKpb6Ea /eWg== X-Gm-Message-State: ALyK8tKpOx9xi7Ys4YQO289iwDZh96pkw0fw3ZeWQrJYdZU5mrHkTGJNYKm3CB5bxeNasJcn X-Received: by 10.66.33.132 with SMTP id r4mr19272935pai.38.1466395198146; Sun, 19 Jun 2016 20:59:58 -0700 (PDT) Received: from HTSAT-OPENLAB-SERVER.localdomain ([14.154.190.136]) by smtp.gmail.com with ESMTPSA id yp4sm49890929pab.48.2016.06.19.20.59.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 19 Jun 2016 20:59:57 -0700 (PDT) From: Xinliang Liu To: dri-devel@lists.freedesktop.org Subject: [PATCH] drm/hisilicon: add select HISI_KIRIN_DW_DSI Date: Mon, 20 Jun 2016 11:59:03 +0800 Message-Id: <20160620035903.244616-1-xinliang.liu@linaro.org> X-Mailer: git-send-email 2.8.3 Cc: Zoltan Kuscsik , guodong.xu@linaro.org X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" From: Guodong Xu Add select HISI_KIRIN_DW_DSI to Kconfig. The DRM driver depends on dsi sub-driver. Signed-off-by: Zoltan Kuscsik --- drivers/gpu/drm/hisilicon/kirin/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/hisilicon/kirin/Kconfig b/drivers/gpu/drm/hisilicon/kirin/Kconfig index ea0df6115f7e..499f64405dac 100644 --- a/drivers/gpu/drm/hisilicon/kirin/Kconfig +++ b/drivers/gpu/drm/hisilicon/kirin/Kconfig @@ -4,6 +4,7 @@ config DRM_HISI_KIRIN select DRM_KMS_HELPER select DRM_GEM_CMA_HELPER select DRM_KMS_CMA_HELPER + select HISI_KIRIN_DW_DSI help Choose this option if you have a hisilicon Kirin chipsets(hi6220). If M is selected the module will be called kirin-drm.