aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2015-01-08 01:43:48 -0500
committerChristoph Hellwig <hch@lst.de>2015-01-09 09:44:31 -0500
commit2dd951ecd511756f405ae9324db87bb0159f6225 (patch)
tree61c8bdbc84bb31a4f1b1e39c12209778c591e655 /drivers/scsi/Kconfig
parent026f8da8da4ce3423bf89e8e9091f55ae3863eda (diff)
scsi: Conditionally compile in constants.c
Instead of having constants.c littered with ifdef statements we should be moving dummy functions into the header and condintionally compile in constants.c if selected. And update the Kconfig description to reflect the actual size difference. Suggested-by: Christoph Hellwig <hch@infradead.org> Tested-by: Robert Elliott <elliott@hp.com> Reviewed-by: Robert Elliott <elliott@hp.com> Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 9c92f415229f..b021bcb88537 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -201,12 +201,12 @@ config SCSI_ENCLOSURE
201 certain enclosure conditions to be reported and is not required. 201 certain enclosure conditions to be reported and is not required.
202 202
203config SCSI_CONSTANTS 203config SCSI_CONSTANTS
204 bool "Verbose SCSI error reporting (kernel size +=12K)" 204 bool "Verbose SCSI error reporting (kernel size +=75K)"
205 depends on SCSI 205 depends on SCSI
206 help 206 help
207 The error messages regarding your SCSI hardware will be easier to 207 The error messages regarding your SCSI hardware will be easier to
208 understand if you say Y here; it will enlarge your kernel by about 208 understand if you say Y here; it will enlarge your kernel by about
209 12 KB. If in doubt, say Y. 209 75 KB. If in doubt, say Y.
210 210
211config SCSI_LOGGING 211config SCSI_LOGGING
212 bool "SCSI logging facility" 212 bool "SCSI logging facility"