In my never ending quest to try something stupid: choices kernel_format # The format that the kernel is to be compiled in VMLINUX VMLINUZ BZIMAGE ZIMAGE default BZIMAGE
unless IA64 suppress VMLINUZ BZIMAGE ZIMAGE Will set BZIMAGE because it is the default, even though it has been suppressed. I am having some problems with the kernel format option, every arch needs this option but the choice list and default will vary between architectures. I am slowly coming to the conclusion that I need kernel_format_x86, kernel_format_ia64 etc. then suppress the entire choice for each arch rather than trying to suppress individual options on a common entry. _______________________________________________ kbuild-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/kbuild-devel