From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tokarev Subject: Re: CONFIG_HAVE_KVM=n impossible? Date: Sun, 21 Mar 2010 23:18:24 +0300 Message-ID: <4BA67F10.5080100@msgid.tls.msk.ru> References: <13131311.1152217.1269202418537.JavaMail.fmail@mwmweb063> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: devzero@web.de Return-path: Received: from isrv.corpit.ru ([81.13.33.159]:49008 "EHLO isrv.corpit.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751337Ab0CUUS0 (ORCPT ); Sun, 21 Mar 2010 16:18:26 -0400 In-Reply-To: <13131311.1152217.1269202418537.JavaMail.fmail@mwmweb063> Sender: kvm-owner@vger.kernel.org List-ID: devzero@web.de 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