diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-01 01:48:39 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-01 01:48:39 +0200 |
commit | e0b98c79e605f64f263ede53344f283f5e0548be (patch) | |
tree | d6a266d1d3f97d0e996a402c58810680a584ac7a /drivers | |
parent | [PATCH] Display name of fbdev device (diff) | |
parent | [PATCH] SCSI_SATA has to be a tristate (diff) | |
download | linux-e0b98c79e605f64f263ede53344f283f5e0548be.tar.xz linux-e0b98c79e605f64f263ede53344f283f5e0548be.zip |
Merge head 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 96df148ed969..f1e8c4223ed1 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -424,7 +424,7 @@ config SCSI_IN2000 source "drivers/scsi/megaraid/Kconfig.megaraid" config SCSI_SATA - bool "Serial ATA (SATA) support" + tristate "Serial ATA (SATA) support" depends on SCSI help This driver family supports Serial ATA host controllers |