From bfb7f1068abdc304987ddbc73b4e63a2aab64442 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Tue, 10 Feb 2015 18:24:57 -0800 Subject: [PATCH] sata_dwc_460ex: disable COMPILE_TEST again Commit ce8c0313b1be ("sata_dwc_460ex: enable COMPILE_TEST for the driver") enabled this driver for non-ppc460-ex platforms, but it was then disabled for ARM and ARM64 by commit b3932bb10f9d ("sata_dwc_460ex: disable compilation on ARM and ARM64") because it's too noisy and broken. This disabled is entirely, because it's too noisy on x86-64 too, and there's no point in disabling architectures one by one. At a minimum, the code isn't 64-bit clean, and even on 32-bit it is questionable whether it makes sense. Cc: Andy Shevchenko Cc: Tejun Heo Signed-off-by: Linus Torvalds --- drivers/ata/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index e7f338a3a3c2b..5f601553b9b04 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -269,7 +269,7 @@ config ATA_PIIX config SATA_DWC tristate "DesignWare Cores SATA support" - depends on 460EX || (COMPILE_TEST && !(ARM || ARM64)) + depends on 460EX help This option enables support for the on-chip SATA controller of the AppliedMicro processor 460EX. -- 2.39.5