[ARM] S3C24XX: Serial driver debug depends on DEBUG_LL
authorBen Dooks <ben-linux@fluff.org>
Thu, 16 Oct 2008 15:46:08 +0000 (16:46 +0100)
committerBen Dooks <ben-linux@fluff.org>
Thu, 16 Oct 2008 15:48:29 +0000 (16:48 +0100)
commit5fed4a3739c97eceeac011baf9b2194bda47123f
tree765d57028e135edf8dba3ddcb11fb2a90dd5da70
parent7e90d760ee14547145d7da01be4855ae7be5fe2c
[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 <ben-linux@fluff.org>
drivers/serial/Kconfig