using Xconfig kernel configuration utility with cl-kernel

Hi all ,I was wondering how I can use xconfig interface to the kernel configuration utility to replace menuconfig with cl-kernel? What files do I need to download to get the xconfig/gconfig ute to work? I’d like to use both the Xwindows version, and the Gnome version.
Regards,
Marshall

cl-kernel uses only menuconfig. You can to use xconfig only by changing line in the file /usr/lib64/calculate-2.2/calculate-builder/pym/cl_kernel.py (116 line)

menuConfig = ["--menuconfig"] if showMenuConfig else []

to

menuConfig = ["--xconfig"] if showMenuConfig else []

If you didn’t get my email… Thank you very much. I like the gui :slight_smile: