]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: imx: add dependency check for DEBUG_IMX_UART_PORT
authorShawn Guo <shawn.guo@linaro.org>
Wed, 13 Mar 2013 02:52:49 +0000 (10:52 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 19 Mar 2013 05:56:05 +0000 (13:56 +0800)
commitbc6c9e2868e4bc29934a06ea2e849b24cacbfc9e
treec2607f25ab1889fbfe9994aed68d4f6d662f6c8a
parent3829be578a2ef96ca061ccf37a65232d261a8e76
ARM: imx: add dependency check for DEBUG_IMX_UART_PORT

While adding i.MX DEBUG_LL selection, commit f057e0f (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 <karl.beldan@gmail.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/Kconfig.debug