Is there any method to configure linux kernel in such way (just an example):
make config CONFIG_OPTION=y && make config CONFIG_OPTION1=no CONFIG_OPTION3=64 CONFIG_OPTION4=/path/
and all the dependencies and alternatives of these configuration options will be set automatically in non-interactive mode.
Note: This question was asked previously (How to non-interactively configure the Linux kernel build?) but was marked as duplicated (although it is not, it asked a different thing). As I can't answer the original question, I am answering here.