As we all know we are able to know which modules are being used by the system by "lsmod" command. However, how could we know which modules that are built inside the kernel are being used by the system?
do you mean /sys/module/ ?
I mean the modules that are built with "=y" configuration instead of modules that are built with "=m" configuration.
/sys/module
do you mean /sys/module/ ?
What I mean
I mean the modules that are built with "=y" configuration instead of modules that are built with "=m" configuration.