Skip to content

Commit

Permalink
sata_dwc_460ex: disable compilation on ARM and ARM64
Browse files Browse the repository at this point in the history
For now disable the compilation of the driver on ARM and ARM64. In the future
we will fix the DMA handling in that driver and re-enable compilation back.

Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
  • Loading branch information
andy-shev authored and htejun committed Jan 12, 2015
1 parent e88af2f commit 2de5a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ config ATA_PIIX

config SATA_DWC
tristate "DesignWare Cores SATA support"
depends on 460EX || COMPILE_TEST
depends on 460EX || (COMPILE_TEST && !(ARM || ARM64))
help
This option enables support for the on-chip SATA controller of the
AppliedMicro processor 460EX.
Expand Down

0 comments on commit 2de5a9c

Please sign in to comment.