From: Shawn Guo Date: Wed, 12 Dec 2012 10:54:01 +0000 (+0800) Subject: ARM: imx: use separated debug uart symbol for imx31 and imx35 X-Git-Tag: v3.9-rc1~118^2~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ad625d466389b016a9aec425b3dc2d82adc43df;p=pandora-kernel.git ARM: imx: use separated debug uart symbol for imx31 and imx35 It's improper to use combined symbol DEBUG_IMX31_IMX35_UART for imx31 and imx35, because imx31 has 5 UARTs while imx35 only has 3. So later when we add UART port selection for DEBUG_IMX31_IMX35_UART, we will have problem. Use separated Kconfig options for imx31 and imx35 debug uart selection. Signed-off-by: Shawn Guo --- Reading git-diff-tree failed