Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751613AbbEFLye (ORCPT ); Wed, 6 May 2015 07:54:34 -0400 Received: from mail.bmw-carit.de ([62.245.222.98]:59312 "EHLO mail.bmw-carit.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751034AbbEFLyb (ORCPT ); Wed, 6 May 2015 07:54:31 -0400 X-CTCH-RefID: str=0001.0A0C0201.554A00F3.0122,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 Message-ID: <554A00F2.5000007@bmw-carit.de> Date: Wed, 6 May 2015 13:54:26 +0200 From: Daniel Wagner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: "Lad, Prabhakar" CC: Mauro Carvalho Chehab , "linux-kernel@vger.kernel.org" , Subject: =?UTF-8?B?UmU6IG92MjY1OTogImVycm9yOiBpbXBsaWNpdCBkZWNsYXJhdGlvbiA=?= =?UTF-8?B?b2YgZnVuY3Rpb24g4oCYdjRsMl9zdWJkZXZfZ2V0X3RyeV9mb3JtYXTigJki?= References: <5549FA91.7040700@bmw-carit.de> In-Reply-To: <5549FA91.7040700@bmw-carit.de> 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: 964 Lines: 27 On 05/06/2015 01:27 PM, Daniel Wagner wrote: > Hi, > > I got this doing a randconfig on v4.1-rc2 Since this hits me all the time I did following hack which is probably completely stupid but hey it works :) diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig index 6f30ea7..8b05681 100644 --- a/drivers/media/i2c/Kconfig +++ b/drivers/media/i2c/Kconfig @@ -468,7 +468,7 @@ config VIDEO_SMIAPP_PLL config VIDEO_OV2659 tristate "OmniVision OV2659 sensor support" - depends on VIDEO_V4L2 && I2C + depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API depends on MEDIA_CAMERA_SUPPORT ---help--- This is a Video4Linux2 sensor-level driver for the OmniVision -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/