Last modified 2 years ago
Kernel GUI configuration
Instead of the ncurses-based text-mode menuconfig an QT/X-based GUI is available which is much easier to use than menuconfig when exploring settings:
make xconfig
Example: Out-Of-Tree build using xconfig:
make -j${CONCURRENCY_LEVEL} O=`pwd`/../builds/${DISTRO} xconfig
