- It was suggested on the linux-scsi-ml that: "Well if fc4.c compiles OK on non-sparc64 then perhaps we should enable compilation on non-sparc64. It will increase maintainability and code quality and stuff." - WATCH OUT Distro maintainers: "otoh people might end up shipping useless drivers in x86 distros." Signed-off-by: Boaz Harrosh <bharrosh@xxxxxxxxxxx> --- arch/sparc64/Kconfig | 2 -- drivers/Kconfig | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index 33dabf5..897afd8 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig @@ -456,8 +456,6 @@ source "drivers/Kconfig" source "drivers/sbus/char/Kconfig" -source "drivers/fc4/Kconfig" - source "fs/Kconfig" menu "Instrumentation Support" diff --git a/drivers/Kconfig b/drivers/Kconfig index 3e1c442..b57232d 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -22,6 +22,8 @@ source "drivers/misc/Kconfig" source "drivers/ide/Kconfig" +source "drivers/fc4/Kconfig" + source "drivers/scsi/Kconfig" source "drivers/ata/Kconfig" -- 1.5.3.1 - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html