]> Git Repo - linux.git/commitdiff
sata_dwc_460ex: disable COMPILE_TEST again
authorLinus Torvalds <[email protected]>
Wed, 11 Feb 2015 02:24:57 +0000 (18:24 -0800)
committerLinus Torvalds <[email protected]>
Wed, 11 Feb 2015 02:24:57 +0000 (18:24 -0800)
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 <[email protected]>
Cc: Tejun Heo <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/ata/Kconfig

index e7f338a3a3c2b3e687b348919aacd2409deae33a..5f601553b9b043fff9ac80552ab55dbc4173c714 100644 (file)
@@ -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.
This page took 0.057757 seconds and 4 git commands to generate.