devzero@xxxxxx wrote: > Hello, > > does anybody know why it seems that it`s not possible to build a kernel with "CONFIG_HAVE_KVM=n" ? > > It always switches back to "y" with every kernel build and i have no clue, why. It's an internal config symbol which is not visible in the menu system and is always set up unconditionally based on the platform. Just like "CONFIG_HAVE_MMU". You want another symbols, like CONFIG_KVM. /mjt -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html