hardkernel / linux

Linux kernel source tree
Other
426 stars 407 forks source link

Missing dependancies regarding VIDEO support #266

Open pmjdebruijn opened 7 years ago

pmjdebruijn commented 7 years ago

Regarding https://github.com/hardkernel/linux/tree/odroidc2-3.14.y

It seems there is some missing dependancy handling as I got the following warnings during a kernel build:

warning: (VIDEOBUF2_ION && V4L_AMLOGIC_VIDEO && VIDEO_AMLOGIC_CAPTURE) selects VIDEO_V4L2 which has unmet direct dependencies (MEDIA_SUPPORT && (I2C || I2C=n) && VIDEO_DEV) warning: (VIDEOBUF2_ION && USB_MSI3101) selects VIDEOBUF2_CORE which has unmet direct dependencies (MEDIA_SUPPORT) warning: (VIDEOBUF2_ION) selects VIDEOBUF2_MEMOPS which has unmet direct dependencies (MEDIA_SUPPORT) warning: (VIDEOBUF2_ION && V4L_AMLOGIC_VIDEO && V4L_AMLOGIC_VIDEO2 && VIDEO_AMLOGIC_CAPTURE) selects VIDEO_DEV which has unmet direct dependencies (MEDIA_SUPPORT && (MEDIA_CAMERA_SUPPORT ||

Enabling the relevant modules silenced the warnings, but they should have been forcibly enabled by whatever other module that depends on these.