minimal required kernel CONFIG options #604
-
Greetings. After various debugging attemps, I've come up with what I think is a list of minimal required Here is the list:
I'll be doing some further testing to see if this list can be made smaller. From issue #603: Please check if Some (if not all) of the functions needed by v4l2loopback are:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Update: after various tests, I can confirm the following CONFIG options are NOT needed:
|
Beta Was this translation helpful? Give feedback.
-
Tested on Gentoo Linux, Kernel 6.11.7-gentoo (sys-kernel/gentoo-sources). So far, the required options would be the following:
Make sure |
Beta Was this translation helpful? Give feedback.
Tested on Gentoo Linux, Kernel 6.11.7-gentoo (sys-kernel/gentoo-sources).
So far, the required options would be the following:
Make sure
CONFIG_TRIM_UNUSED_KSYMS
is not enabled.