From: Adrian Bunk <bunk@fs.tum.de>
To: "Justin T. Gibbs" <gibbs@scsiguy.com>
Cc: Sam Ravnborg <sam@ravnborg.org>,
James.Bottomley@HansenPartnership.com,
linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [2.6 patch] let AIC7{9,X}XX_BUILD_FIRMWARE depend on !PREVENT_FIRMWARE_BUILD
Date: Sun, 1 Aug 2004 20:55:44 +0200 [thread overview]
Message-ID: <20040801185543.GB2746@fs.tum.de> (raw)
The patch below lets AIC7{9,X}XX_BUILD_FIRMWARE depend on
!PREVENT_FIRMWARE_BUILD.
Signed-off-by: Adrian Bunk <bunk@fs.tum.de>
--- linux-2.6.8-rc2-mm1-full/drivers/scsi/aic7xxx/Kconfig.aic7xxx.old 2004-08-01 17:03:52.000000000 +0200
+++ linux-2.6.8-rc2-mm1-full/drivers/scsi/aic7xxx/Kconfig.aic7xxx 2004-08-01 17:04:40.000000000 +0200
@@ -61,7 +61,7 @@
config AIC7XXX_BUILD_FIRMWARE
bool "Build Adapter Firmware with Kernel Build"
- depends on SCSI_AIC7XXX
+ depends on SCSI_AIC7XXX && !PREVENT_FIRMWARE_BUILD
help
This option should only be enabled if you are modifying the firmware
source to the aic7xxx driver and wish to have the generated firmware
--- linux-2.6.8-rc2-mm1-full/drivers/scsi/aic7xxx/Kconfig.aic79xx.old 2004-08-01 17:04:01.000000000 +0200
+++ linux-2.6.8-rc2-mm1-full/drivers/scsi/aic7xxx/Kconfig.aic79xx 2004-08-01 17:04:32.000000000 +0200
@@ -46,7 +46,7 @@
config AIC79XX_BUILD_FIRMWARE
bool "Build Adapter Firmware with Kernel Build"
- depends on SCSI_AIC79XX
+ depends on SCSI_AIC79XX && !PREVENT_FIRMWARE_BUILD
help
This option should only be enabled if you are modifying the firmware
source to the aic79xx driver and wish to have the generated firmware
next reply other threads:[~2004-08-01 18:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-01 18:55 Adrian Bunk [this message]
2004-08-01 19:11 ` [2.6 patch] let AIC7{9,X}XX_BUILD_FIRMWARE depend on !PREVENT_FIRMWARE_BUILD Sam Ravnborg
2004-08-01 19:16 ` Justin T. Gibbs
2004-08-03 14:47 ` Luben Tuikov
2004-08-03 16:30 ` Nathan Bryant
2004-08-03 16:36 ` Arjan van de Ven
2004-08-03 17:49 ` [2.6 patch] let AIC7{9,X}XX_BUILD_FIRMWARE depend on!PREVENT_FIRMWARE_BUILD Luben Tuikov
2004-08-03 19:31 ` James Bottomley
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=20040801185543.GB2746@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=James.Bottomley@HansenPartnership.com \
--cc=gibbs@scsiguy.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=sam@ravnborg.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