1
0
Fork 0
alistair23-linux/drivers/media
Andreas Ruprecht 3f56d2b31d [media] media: pci: smipcie: Fix dependency for DVB_SMIPCIE
In smipcie.c, the function i2c_bit_add_bus() is called. This
function is defined by the I2C bit-banging interfaces enabled
with CONFIG_I2C_ALGOBIT.

As there was no dependency in Kconfig, CONFIG_I2C_ALGOBIT could
be set to "m" while CONFIG_DVB_SMIPCIE was set to "y", resulting
in a build error due to an undefined reference.

This patch adds the dependency on CONFIG_I2C_ALGOBIT in Kconfig
by selecting it when CONFIG_DVB_SMIPCIE is selected.

Signed-off-by: Andreas Ruprecht <rupran@einserver.de>
Reported-by: Jim Davis <jim.epost@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2014-11-21 16:44:25 -02:00
..
common [media] tveeprom: Update list of chips and extend serial number to 32bits 2014-11-03 16:18:49 -02:00
dvb-core Merge tag 'v3.18-rc4' into patchwork 2014-11-11 08:37:35 -02:00
dvb-frontends [media] rtl2832: implement option to bypass slave demod TS 2014-11-21 16:03:39 -02:00
firewire [media] fix a warning on avr32 arch 2014-11-03 15:53:15 -02:00
i2c [media] i2c: Make use of media_bus_format enum 2014-11-14 17:52:48 -02:00
mmc [media] siano: get rid of CammelCase from smscoreapi.h 2013-03-21 10:03:16 -03:00
parport [media] pms: Fix a bad usage of the stack 2014-09-26 06:47:55 -03:00
pci [media] media: pci: smipcie: Fix dependency for DVB_SMIPCIE 2014-11-21 16:44:25 -02:00
platform [media] media: vivid: use vb2_start_streaming_called() helper 2014-11-14 18:16:26 -02:00
radio [media] si4713: add device tree support 2014-11-14 18:08:19 -02:00
rc Merge tag 'v3.18-rc4' into patchwork 2014-11-11 08:37:35 -02:00
tuners [media] r820t: add DVB-C config 2014-11-14 17:28:00 -02:00
usb [media] rtl28xxu: add SDR module for devices having R828D tuner 2014-11-21 16:10:01 -02:00
v4l2-core [media] videobuf: fix sparse warnings 2014-11-05 09:07:58 -02:00
Kconfig [media] Kconfig: do not select SPI bus on sub-driver auto-select 2014-09-04 12:18:49 -03:00
Makefile [media] move i2c files into drivers/media/i2c 2012-09-06 18:42:54 -03:00
media-device.c [media] media: Use strlcpy instead of custom code 2014-09-21 20:27:08 -03:00
media-devnode.c [media] media-devnode: just return 0 instead of using a var 2014-09-03 17:59:28 -03:00
media-entity.c [media] media: Fix a compiler warning in media_entity_pipeline_start() 2014-11-03 19:09:13 -02:00