Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965877AbcKKJHr (ORCPT ); Fri, 11 Nov 2016 04:07:47 -0500 Received: from mail-wm0-f51.google.com ([74.125.82.51]:34170 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936249AbcKKJHh (ORCPT ); Fri, 11 Nov 2016 04:07:37 -0500 Subject: Re: [PATCH v3 8/9] media: venus: add Makefiles and Kconfig files To: Vivek Gautam , Stanimir Varbanov References: <1478540043-24558-1-git-send-email-stanimir.varbanov@linaro.org> <1478540043-24558-9-git-send-email-stanimir.varbanov@linaro.org> Cc: Mauro Carvalho Chehab , Hans Verkuil , Andy Gross , Bjorn Andersson , Stephen Boyd , Srinivas Kandagatla , linux-media@vger.kernel.org, "linux-kernel@vger.kernel.org" , linux-arm-msm@vger.kernel.org From: Stanimir Varbanov Message-ID: <75434223-9473-94f4-d721-fcd675c234de@linaro.org> Date: Fri, 11 Nov 2016 11:07:34 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1285 Lines: 36 Hi Vivek, On 11/11/2016 08:12 AM, Vivek Gautam wrote: > On Mon, Nov 7, 2016 at 11:04 PM, Stanimir Varbanov > wrote: >> Makefile and Kconfig files to build the Venus video codec driver. >> >> Signed-off-by: Stanimir Varbanov >> --- >> drivers/media/platform/qcom/Kconfig | 7 +++++++ >> drivers/media/platform/qcom/Makefile | 1 + >> drivers/media/platform/qcom/venus/Makefile | 15 +++++++++++++++ >> 3 files changed, 23 insertions(+) >> create mode 100644 drivers/media/platform/qcom/Kconfig >> create mode 100644 drivers/media/platform/qcom/Makefile >> create mode 100644 drivers/media/platform/qcom/venus/Makefile >> >> diff --git a/drivers/media/platform/qcom/Kconfig b/drivers/media/platform/qcom/Kconfig >> new file mode 100644 >> index 000000000000..bf4d2fcce924 >> --- /dev/null >> +++ b/drivers/media/platform/qcom/Kconfig >> @@ -0,0 +1,7 @@ >> + >> +menuconfig VIDEO_QCOM_VENUS >> + tristate "Qualcomm Venus V4L2 encoder/decoder driver" >> + depends on ARCH_QCOM && VIDEO_V4L2 > > Let's also enable this for COMPILE_TEST. I agree, but it needs changes in other dependency drivers like qcom_scm one. I will try to come out with something in the next version. -- regards, Stan