From: Randy Dunlap Date: Thu, 2 Dec 2010 17:19:48 +0000 (-0800) Subject: serial: fix pch_uart kconfig & build X-Git-Tag: v2.6.38-rc1~464^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ac387d983149d4658aad17242d24eef85a43fa8;p=pandora-kernel.git serial: fix pch_uart kconfig & build The dma_request_channel/dma_release_channel interfaces are not built when DMADEVICES is not enabled, so make the driver depend on DMADEVICES. Also, the help text says that the driver enables & uses PCH_DMA, which is not enabled, so select that. ERROR: "__dma_request_channel" [drivers/serial/pch_uart.ko] undefined! ERROR: "dma_release_channel" [drivers/serial/pch_uart.ko] undefined! Signed-off-by: Randy Dunlap Cc: Tomoya MORINAGA Reported-by: Zimny Lech Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed