Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750849AbWJLVAi (ORCPT ); Thu, 12 Oct 2006 17:00:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750869AbWJLVAi (ORCPT ); Thu, 12 Oct 2006 17:00:38 -0400 Received: from mga01.intel.com ([192.55.52.88]:23064 "EHLO mga01.intel.com") by vger.kernel.org with ESMTP id S1750849AbWJLVAh (ORCPT ); Thu, 12 Oct 2006 17:00:37 -0400 X-ExtLoop1: 1 X-IronPort-AV: i="4.09,301,1157353200"; d="scan'208"; a="145550715:sNHT22571052" Date: Thu, 12 Oct 2006 14:00:33 -0700 From: "Luck, Tony" To: Andrew Morton Cc: Judith Lebzelter , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] IA64 export symbols empty_zero_page, ia64_ssc Message-ID: <20061012210033.GA9669@intel.com> References: <617E1C2C70743745A92448908E030B2AA634B8@scsmsx411.amr.corp.intel.com> <20061012001139.1fea6ecf.akpm@osdl.org> <20061012175536.GA8497@intel.com> <20061012123714.85ab4ebb.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061012123714.85ab4ebb.akpm@osdl.org> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1357 Lines: 46 [IA64] Fix allmodconfig build The HP_SIMSCSI driver can't be built as a module (unhealthy dependencies on things that shouldn't really be exported). AMD and nVidia IDE support doesn't sound too useful for ia64 either :-) Signed-off-by: Tony Luck --- With these two patches allmodconfig builds (but takes 11m24s, ouch!) diff --git a/arch/ia64/hp/sim/Kconfig b/arch/ia64/hp/sim/Kconfig index 18ccb12..f92306b 100644 --- a/arch/ia64/hp/sim/Kconfig +++ b/arch/ia64/hp/sim/Kconfig @@ -13,8 +13,8 @@ config HP_SIMSERIAL_CONSOLE depends on HP_SIMSERIAL config HP_SIMSCSI - tristate "Simulated SCSI disk" - depends on SCSI + bool "Simulated SCSI disk" + depends on SCSI=y endmenu diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 0c68d0f..12ab7c6 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig @@ -486,6 +486,7 @@ config WDC_ALI15X3 config BLK_DEV_AMD74XX tristate "AMD and nVidia IDE support" + depends on X86 help This driver adds explicit support for AMD-7xx and AMD-8111 chips and also for the nVidia nForce chip. This allows the kernel to - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/