mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
3987c98461
Building the s5p-tv HDMI support when CONFIG_I2C is disabled gives us this build error: s5p-tv/hdmi_drv.c: In function 'hdmi_probe': s5p-tv/hdmi_drv.c:947:2: error: implicit declaration of function 'i2c_get_adapter' [-Werror=implicit-function-declaration] adapter = i2c_get_adapter(pdata->hdmiphy_bus); ^ This patch changes the Kconfig description to include I2C as a dependency for this driver, so it cannot be configured incorrectly. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> |
||
---|---|---|
.. | ||
hdmi_drv.c | ||
hdmiphy_drv.c | ||
Kconfig | ||
Makefile | ||
mixer_drv.c | ||
mixer_grp_layer.c | ||
mixer_reg.c | ||
mixer_video.c | ||
mixer_vp_layer.c | ||
mixer.h | ||
regs-hdmi.h | ||
regs-mixer.h | ||
regs-sdo.h | ||
regs-vp.h | ||
sdo_drv.c | ||
sii9234_drv.c |