Using Config file will shorten the process of compiling without answering yes or no to many features of the build.
However in this case,
make ARCH=arm CROSS_COMPILE=${CCPREFIX} config
I still get many questions,seems like it's not working for the script file.
Is that the right syntax for reading in that config file?