public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] let AIC7{9,X}XX_BUILD_FIRMWARE depend on !PREVENT_FIRMWARE_BUILD
@ 2004-08-01 18:55 Adrian Bunk
  2004-08-01 19:11 ` Sam Ravnborg
  0 siblings, 1 reply; 8+ messages in thread
From: Adrian Bunk @ 2004-08-01 18:55 UTC (permalink / raw)
  To: Justin T. Gibbs; +Cc: Sam Ravnborg, James.Bottomley, linux-scsi, linux-kernel


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-08-03 19:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-01 18:55 [2.6 patch] let AIC7{9,X}XX_BUILD_FIRMWARE depend on !PREVENT_FIRMWARE_BUILD Adrian Bunk
2004-08-01 19:11 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox