Commit a3c50573 authored by Adrian Bunk's avatar Adrian Bunk Committed by James Bottomley

[PATCH] let AIC7{9,X}XX_BUILD_FIRMWARE depend on

The patch below lets AIC7{9,X}XX_BUILD_FIRMWARE depend on
!PREVENT_FIRMWARE_BUILD.
Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 2e6d7370
......@@ -46,7 +46,7 @@ config AIC79XX_RESET_DELAY_MS
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
......
......@@ -61,7 +61,7 @@ config AIC7XXX_PROBE_EISA_VL
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment