Kernel module configuration locked built in?

530 views Asked by At

I am trying to upgrade the kernel on my server for testing and when I run 'make install' I have the errors:

ERROR: modinfo: could not find module crc_t10dif 
ERROR: modinfo: could not find module crct10dif_common. 

Trying to use menuconfig I can not change the setting from built-in to module. (Pressing N,M, or * does nothing) How can I fix this situation?

enter image description here

1

There are 1 answers

0
Tsyvarev On

-O-, where O is M or * means that this option is selected by some other option, so you cannot change this one until other one is in effect.

Use '?' key in make menuconfig mode for know who selects you option.