When VIDEO_TVP5150 is selected (yes or moduled) the build will fail while REGMAP_I2C isn't selected. Reproducible: Always Steps to Reproduce: 1. emerge gentoo-sources-5.6.10 2. activate VIDEO_TVP5150 3. make modules_install Actual Results: ERROR: "__devm_regmap_init_i2c" [drivers/media/i2c/tvp5150.ko] undefined! make[1]: *** [scripts/Makefile.modpost:93: __modpost] Fehler 1 make: *** [Makefile:1283: modules] Fehler 2 Expected Results: compiles and finishes I found out that tvp5150 requires REGMAP_I2C, sadly i cant provide a valid patch but after i manually added select REGMAP_I2C' into config VIDEO_TVP5150 in drivers/media/i2c/Kconfig and run make oldconfig make install modules_install it builds and install successful.
looks similar to #713830
Can you attach your .config to make my life easier?
Created attachment 636554 [details] .config
sorry for the delay. the attached .config produces the error. The error just got to my attention because i just did upgrade my PC after several months without upgrades. But i dont need this Option really, i just noticed it.
This fix will be in the next release of gentoo-sources (5.6.13) Author: Mike Pagano <mpagano@gentoo.org> Date: Wed May 13 12:46:05 2020 -0400 VIDEO_TVP5150 requies REGMAP_I2C to build. Select it by default. Reported-By: Max Steel <M.Steel@web.de> Closes: https://bugs.gentoo.org/721096 Signed-off-by: Mike Pagano <mpagano@gentoo.org>