When preparing to compile a new kernel, which of the following commands can be used to create the configuration file?
A.
make config
B.
make kernel
C.
./configure
D.
make kernelconfig
E.
[Kernel Source Path]/Configure
Explanation:
While recompile the kernel, we can use config or oldconfig or menuconfig or xconfig command to create the configuration file.