Commit e556c553 authored by Justin T. Gibbs's avatar Justin T. Gibbs

Correct leading whitespace.

Remove incorrect dependency on SCSI_AIC7XXX_BUILD_FIRMWARE (the
wrong driver noless) and AIC79XX_REG_PRETTY_PRINT.  The constant
rebuild is due to the build process deciding that the pretty_print.c
file is an intermediate file and that problem lies elsewhere.
parent d8c7f3e7
# #
# AIC79XX 2.5.X Kernel configuration File. # AIC79XX 2.5.X Kernel configuration File.
# $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic79xx#2 $ # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic79xx#3 $
# #
config SCSI_AIC79XX config SCSI_AIC79XX
tristate "Adaptec AIC79xx U320 support" tristate "Adaptec AIC79xx U320 support"
...@@ -76,20 +76,20 @@ config AIC79XX_DEBUG_ENABLE ...@@ -76,20 +76,20 @@ config AIC79XX_DEBUG_ENABLE
driver errors. driver errors.
config AIC79XX_DEBUG_MASK config AIC79XX_DEBUG_MASK
int "Debug code enable mask (16383 for all debugging)" int "Debug code enable mask (16383 for all debugging)"
depends on SCSI_AIC79XX depends on SCSI_AIC79XX
default "0" default "0"
help help
Bit mask of debug options that is only valid if the Bit mask of debug options that is only valid if the
CONFIG_AIC79XX_DEBUG_ENBLE option is enabled. The bits in this mask CONFIG_AIC79XX_DEBUG_ENBLE option is enabled. The bits in this mask
are defined in the drivers/scsi/aic7xxx/aic79xx.h - search for the are defined in the drivers/scsi/aic7xxx/aic79xx.h - search for the
variable ahd_debug in that file to find them. variable ahd_debug in that file to find them.
config AIC79XX_REG_PRETTY_PRINT config AIC79XX_REG_PRETTY_PRINT
bool "Decode registers during diagnostics" bool "Decode registers during diagnostics"
depends on SCSI_AIC79XX && SCSI_AIC7XXX_BUILD_FIRMWARE depends on SCSI_AIC79XX
default y default y
help help
Compile in register value tables for the output of expanded register Compile in register value tables for the output of expanded register
contents in diagnostics. This make it much easier to understand debug contents in diagnostics. This make it much easier to understand debug
output without having to refer to a data book and/or the aic7xxx.reg output without having to refer to a data book and/or the aic7xxx.reg
......
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