From: Johannes Berg Date: Sun, 14 Apr 2013 00:20:29 +0000 (+0200) Subject: backports: disable drivers needing I2C_CLIENT_SCCB X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5bd28797a806a4875606e0b3ba8535cd61331dad;p=openwrt%2Fstaging%2Fblogic.git backports: disable drivers needing I2C_CLIENT_SCCB As we can't backport I2C_CLIENT_SCCB easily (it would require backporting smbus transfers), disable the two drivers requiring that constant. Signed-off-by: Johannes Berg --- diff --git a/dependencies b/dependencies index 8d6facdb3926..7d613b7875e3 100644 --- a/dependencies +++ b/dependencies @@ -105,6 +105,10 @@ VIDEO_MEM2MEM_DEINTERLACE DISABLE VIDEO_TIMBERDALE 3.4 # Can't figure this out yet either DVB_DDBRIDGE DISABLE +# These require I2C_CLIENT_SCCB which can't be backported +# since the core I2C code has to know about it +VIDEO_OV7640 3.6 +VIDEO_EM28XX 3.6 # I give up on these guys for now RADIO_MAXIRADIO DISABLE RADIO_SHARK DISABLE