[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20061012210033.GA9669@intel.com>
Date: Thu, 12 Oct 2006 14:00:33 -0700
From: "Luck, Tony" <tony.luck@...el.com>
To: Andrew Morton <akpm@...l.org>
Cc: Judith Lebzelter <judith@...l.org>, linux-ia64@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] IA64 export symbols empty_zero_page, ia64_ssc
[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 <tony.luck@...el.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists