commit | 380042f2db653b324ae756d102d872c1ecd412c5 | [log] [tgz] |
---|---|---|
author | Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com> | Fri Jan 28 18:00:02 2011 +0900 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Feb 03 14:19:33 2011 -0800 |
tree | bb5945d6893fbddbabf881427e848600922fbc88 | |
parent | 4564e1ef219fa69ed827fe2613569543a6b26fbc [diff] |
serial: pch_uart: revert Kconfig for non-DMA mode 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>