Searched hist:88327305 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/ |
H A D | Kconfig | 88327305 Wed Mar 07 08:51:17 CST 2018 Mauro Carvalho Chehab <mchehab@s-opensource.com> media: Kconfig: fix DVB dependencies
If I2C is present and it is module, the DVB core should also be a module, otherwise build will now fail with:
drivers/media/dvb-core/dvbdev.o: In function `dvb_module_probe': drivers/media/dvb-core/dvbdev.c:965: undefined reference to `i2c_new_device' drivers/media/dvb-core/dvbdev.c:972: undefined reference to `i2c_unregister_device'
Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> 88327305 Wed Mar 07 08:51:17 CST 2018 Mauro Carvalho Chehab <mchehab@s-opensource.com> media: Kconfig: fix DVB dependencies If I2C is present and it is module, the DVB core should also be a module, otherwise build will now fail with: drivers/media/dvb-core/dvbdev.o: In function `dvb_module_probe': drivers/media/dvb-core/dvbdev.c:965: undefined reference to `i2c_new_device' drivers/media/dvb-core/dvbdev.c:972: undefined reference to `i2c_unregister_device' Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
|