In the .config file in a Linux kernel, is setting a configuration to "n" having the same effect as commenting out the entire row?
for example:CONFIG_TEST=nand# CONFIG_TEST
Do the above lines behave the same?
In the .config file in a Linux kernel, is setting a configuration to "n" having the same effect as commenting out the entire row?
for example:CONFIG_TEST=nand# CONFIG_TEST
Do the above lines behave the same?