How can I call menuconfig for kernel in proper way?
For building image I make next:
1) I got AOSP sources and prepare build system
2) source build/envsetup.sh
3) lunch 63 /* imx8mp EVK */
4) ./imx-make.sh -j4
5) flash with UUU
And it is works, BUT I need also add some features into kernel
So how it is possible edit kernel(add driver) without manual changing of config files?
Thanks!