Commit 5fed4a37 authored by Ben Dooks's avatar Ben Dooks

[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: default avatarBen Dooks <ben-linux@fluff.org>
parent 7e90d760
...@@ -457,7 +457,7 @@ config SERIAL_SAMSUNG ...@@ -457,7 +457,7 @@ config SERIAL_SAMSUNG
config SERIAL_SAMSUNG_DEBUG config SERIAL_SAMSUNG_DEBUG
bool "Samsung SoC serial debug" bool "Samsung SoC serial debug"
depends on SERIAL_SAMSUNG depends on SERIAL_SAMSUNG && DEBUG_LL
help help
Add support for debugging the serial driver. Since this is Add support for debugging the serial driver. Since this is
generally being used as a console, we use our own output generally being used as a console, we use our own output
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment