kernel: video: add kmod-i2c-core dependency to kmod-drm
For targets with i2c not built-in this fixes following error: Package kmod-drm is missing dependencies for the following libraries: i2c-core.ko Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
parent
b4d5132a35
commit
35c596b66c
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ define KernelPackage/drm
|
|||
SUBMENU:=$(VIDEO_MENU)
|
||||
TITLE:=Direct Rendering Manager (DRM) support
|
||||
HIDDEN:=1
|
||||
DEPENDS:=+kmod-dma-buf
|
||||
DEPENDS:=+kmod-dma-buf +kmod-i2c-core
|
||||
KCONFIG:=CONFIG_DRM \
|
||||
CONFIG_DRM_FBDEV_EMULATION=n \
|
||||
CONFIG_DRM_LOAD_EDID_FIRMWARE=n \
|
||||
|
|
Loading…
Reference in a new issue