From: akpm@osdl.org
To: linux-ia64@vger.kernel.org
Subject: [patch 4/4] ia64: fix allmodconfig build
Date: Thu, 16 Nov 2006 08:43:12 +0000 [thread overview]
Message-ID: <200611160843.kAG8hCf3017752@shell0.pdx.osdl.net> (raw)
From: "Luck, Tony" <tony.luck@intel.com>
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 :-)
With these two patches allmodconfig builds (but takes 11m24s, ouch!)
Signed-off-by: Tony Luck <tony.luck@intel.com>
Cc: Judith Lebzelter <judith@osdl.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---
arch/ia64/hp/sim/Kconfig | 4 ++--
drivers/ide/Kconfig | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff -puN arch/ia64/hp/sim/Kconfig~ia64-fix-allmodconfig-build arch/ia64/hp/sim/Kconfig
--- a/arch/ia64/hp/sim/Kconfig~ia64-fix-allmodconfig-build
+++ a/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 -puN drivers/ide/Kconfig~ia64-fix-allmodconfig-build drivers/ide/Kconfig
--- a/drivers/ide/Kconfig~ia64-fix-allmodconfig-build
+++ a/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
_
next reply other threads:[~2006-11-16 8:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-16 8:43 akpm [this message]
2006-11-16 11:08 ` [patch 4/4] ia64: fix allmodconfig build Alan
2006-11-16 19:23 ` Luck, Tony
2006-11-16 20:29 ` Andrew Morton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200611160843.kAG8hCf3017752@shell0.pdx.osdl.net \
--to=akpm@osdl.org \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox