What is the meaning of m in config-2.4.20-8? Example CONFIG_MICROCODE=mit means that this kernel feature will be built as a loadable kernel module,rather than being compiled in directlyThen what does y mean? Example, CONFIG_MODULES=y
'y' means that this option will be compiled into the kernel itself. It will not be built as a loadable kernel module.