From: Shawn Guo Date: Wed, 13 Mar 2013 02:52:49 +0000 (+0800) Subject: ARM: imx: add dependency check for DEBUG_IMX_UART_PORT X-Git-Tag: v3.9-rc5~32^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=287939a3690c8da6fd3310d7593ff0448cb9447c;p=pandora-kernel.git ARM: imx: add dependency check for DEBUG_IMX_UART_PORT While adding i.MX DEBUG_LL selection, commit f8c95fe (ARM: imx: support DEBUG_LL uart port selection for all i.MX SoCs) leaves Kconfig symbol DEBUG_IMX_UART_PORT there without any dependency check. This results in that everyone gets the symbol in their config, which is someting undesirable. Add "depends on ARCH_MXC" for the symbol to prevent that. Reported-by: Karl Beldan Signed-off-by: Shawn Guo --- Reading git-diff-tree failed