![]() | ||||||||||
Messages in this thread Patch in this message |
Move libata Kconfig sourcing from the drivers Kconfig into the SCSI Kconfig. This allows the user to quickly select additional disk/tape/cdrom support from within the same menu. Signed-off-by: Al Boldi <a1426z@gawab.com> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> --- --- a/drivers/Kconfig 2007-05-02 17:25:30.000000000 +0300 +++ b/drivers/Kconfig 2007-08-01 06:33:13.000000000 +0300 @@ -22,8 +22,6 @@ source "drivers/ide/Kconfig" source "drivers/scsi/Kconfig" -source "drivers/ata/Kconfig" - source "drivers/cdrom/Kconfig" source "drivers/md/Kconfig" --- a/drivers/scsi/Kconfig 2007-07-09 06:38:37.000000000 +0300 +++ b/drivers/scsi/Kconfig 2007-08-01 06:46:42.000000000 +0300 @@ -7,6 +7,8 @@ config RAID_ATTRS ---help--- Provides RAID +source "drivers/ata/Kconfig" + config SCSI tristate "SCSI device support" depends on BLOCK - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | |||||||||
| Last update: 2007-08-01 04:25 [from the cache] ©2003-2008 | ||||||||||