RE: [PATCH] Fix fsldma.c warning messages when it's compiled underPPC64.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Zhang Wei
Date: Wednesday, March 12, 2008 - 11:52 pm

Hi, Dan, 

I just consider if it could be reused on Freescale's 64bit processor in the future.
If we don't care this, I can let the driver only depends on PPC32.

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 27340a7..449c0ae 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -39,7 +39,7 @@ config INTEL_IOP_ADMA
 
 config FSL_DMA
        bool "Freescale MPC85xx/MPC83xx DMA support"
-       depends on PPC
+       depends on PPC32
        select DMA_ENGINE
        ---help---
          Enable support for the Freescale DMA engine. Now, it support

Thanks!
Wei.

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
RE: [PATCH] Fix fsldma.c warning messages when it's compil ..., Zhang Wei, (Wed Mar 12, 11:52 pm)