hardkernel / linux

Linux kernel source tree
Other
427 stars 406 forks source link

Support for newer DVB cards with media_build not working due to odroidxu4_defconfig #352

Open saturn-hh opened 6 years ago

saturn-hh commented 6 years ago

In the process of building a custom kernel with 4.14.X the user executes make odroidxu4_defconfig. In this configuration the "Device Driver" -> "Multimedia" ist build into the kernel and NOT as a module. Due to this, it's impossible to use media_build *) to get support for newer DVB cards. The configuration results in a conflict and the user gets "duplicated exported symbol".

Please change the "Device Driver" -> "Multimedia" to build as a module. With that change media_build can be used without further changes in the kernel.

*) https://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers

f1vefour commented 6 years ago

Create a pull request.