git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4564e1e
)
serial: pch_uart: revert Kconfig for non-DMA mode
author
Tomoya MORINAGA
<tomoya-linux@dsn.okisemi.com>
Fri, 28 Jan 2011 09:00:02 +0000
(18:00 +0900)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 3 Feb 2011 22:19:33 +0000
(14:19 -0800)
PCH_DMA is not always enabled when a user uses PCH_UART.
Since overhead of DMA is not small, in case of low frequent
communication, without DMA is better.
Thus, "select PCH_DMA" and DMADEVICES are unnecessary
Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found