]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Adc upgrade for 5606 also, fixed so DMA works as well
authorjcar <devnull@localhost>
Thu, 17 Nov 2011 07:28:48 +0000 (08:28 +0100)
committerjcar <devnull@localhost>
Thu, 17 Nov 2011 07:28:48 +0000 (08:28 +0100)
arch/ppc/mpc55xx/drivers/Adc.c

index 3b139c9b60fc4f3691eb6322c8d5cf714bddf795..db7d537199b035bc686986a31525f344dc71381b 100644 (file)
  * -------------------------------- Arctic Core ------------------------------*/\r
 \r
 \r
-\r
-/* Uncomment this only if you know what you are doing. This will make the mpc5606s driver use DMA.\r
- * The DMA based ADC demands channels being sequential in a group i.e. 1,2,3 or 5,6,7 and NOT 1,3,7.\r
- * This also forbids the use of streamed buffers at the moment. Work is ongoing to correct DMA behaviour.\r
- */\r
-//#define DONT_USE_DMA_IN_ADC_MPC5606S\r
-\r
 /* Are we gonna use Dma? */\r
 #if (  !defined(CFG_MPC5606S) || \\r
       ( defined(CFG_MPC5606S) && !defined(DONT_USE_DMA_IN_ADC_MPC5606S) ) )\r