diff options
author | Andreas Ruprecht <rupran@einserver.de> | 2014-11-21 13:23:28 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-21 13:44:25 -0500 |
commit | 3f56d2b31d6a0711082e635c5137fa90951c9995 (patch) | |
tree | 49ace9d0b78a31b71c7a95596deecbe21a9d263a /init | |
parent | f2500ff3b8a3a832a49ff6fb6f3d7b3fdaae5e5c (diff) |
[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>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions