From: Ben Dooks Date: Thu, 16 Oct 2008 15:46:08 +0000 (+0100) Subject: [ARM] S3C24XX: Serial driver debug depends on DEBUG_LL X-Git-Tag: v2.6.28-rc1~63^2~7^2~2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=5fed4a3739c97eceeac011baf9b2194bda47123f;p=linux-2.6-omap-h63xx.git [ARM] S3C24XX: Serial driver debug depends on DEBUG_LL The SERIAL_SAMSUNG_DEBUG used printascii() to avoid debugging through itself when selected as a console. Disable this option when DEBUG_LL is not set (printascii is unavailable). Signed-off-by: Ben Dooks --- diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index db783b77a88..c94d3c4b752 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -457,7 +457,7 @@ config SERIAL_SAMSUNG config SERIAL_SAMSUNG_DEBUG bool "Samsung SoC serial debug" - depends on SERIAL_SAMSUNG + depends on SERIAL_SAMSUNG && DEBUG_LL help Add support for debugging the serial driver. Since this is generally being used as a console, we use our own output