diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-16 11:46:08 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-10-16 11:48:29 -0400 |
commit | 5fed4a3739c97eceeac011baf9b2194bda47123f (patch) | |
tree | 765d57028e135edf8dba3ddcb11fb2a90dd5da70 /drivers/serial/Kconfig | |
parent | 7e90d760ee14547145d7da01be4855ae7be5fe2c (diff) |
[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>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index db783b77a881..c94d3c4b7521 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -457,7 +457,7 @@ config SERIAL_SAMSUNG | |||
457 | 457 | ||
458 | config SERIAL_SAMSUNG_DEBUG | 458 | config SERIAL_SAMSUNG_DEBUG |
459 | bool "Samsung SoC serial debug" | 459 | bool "Samsung SoC serial debug" |
460 | depends on SERIAL_SAMSUNG | 460 | depends on SERIAL_SAMSUNG && DEBUG_LL |
461 | help | 461 | help |
462 | Add support for debugging the serial driver. Since this is | 462 | Add support for debugging the serial driver. Since this is |
463 | generally being used as a console, we use our own output | 463 | generally being used as a console, we use our own output |