Re: [PATCH] ARC: Remove unneeded Kconfig entry NO_DMA

2014-09-25 Thread Vineet Gupta
On Thursday 25 September 2014 12:02 AM, Paul Bolle wrote: Architectures only need a Kconfig entry for NO_DMA if it is possible that its value will be 'y'. For arc its value will always be 'n', making it pointless. Remove it. Signed-off-by: Paul Bolle Applied to ARC fo

[PATCH] ARC: Remove unneeded Kconfig entry NO_DMA

2014-09-24 Thread Paul Bolle
Architectures only need a Kconfig entry for NO_DMA if it is possible that its value will be 'y'. For arc its value will always be 'n', making it pointless. Remove it. Signed-off-by: Paul Bolle --- Tested by playing with arch/arc/configs/tb10x_defconfig. The only difference this change should make