From: Linus Torvalds Date: Wed, 11 Feb 2015 02:24:57 +0000 (-0800) Subject: sata_dwc_460ex: disable COMPILE_TEST again X-Git-Tag: firefly_0821_release~176^2~2375 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=06cc01a0dea523b5c9acfd1ed276648c54012912;p=firefly-linux-kernel-4.4.55.git sata_dwc_460ex: disable COMPILE_TEST again Commit 84683a7e081f ("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 2de5a9c004e9 ("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 --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index e7f338a3a3c2..5f601553b9b0 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.