Guys,
can anyone tell me the logic behind
how the Suse kernel .config is created?
My problem is that I had a working 11.1
system with the default pae kernel, thus
usbcore was present as a kernel module
(CONFIG_USB=m).
I have a few usbcore patches that needs
to be added to the system to make certain
devices fully work.
After upgrade to 11.2 I’ve surprised to see
that the usbcore is gone, it is compiled
in (CONFIG_USB=y).
So can anyone tell me the reasons behind
changes like this?
(Currently I have to get rid of the
standard “default” 11.2 kernel and have to
change usbcore back to a karnel module).
Thanks,