ramlog: Remove RAMLOG_CRLF config and related code

since the conversion is moved to common layer after:
https://github.com/apache/nuttx/pull/14362

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2024-10-21 12:18:43 +08:00
committed by archer
parent 317d7a7f59
commit 8c882cb790
2 changed files with 1 additions and 41 deletions
-7
View File
@@ -77,13 +77,6 @@ config RAMLOG
details as needed to support logging.
if RAMLOG
config RAMLOG_CRLF
bool "RAMLOG CR/LF"
default n
---help---
Pre-pend a carriage return before every linefeed that goes into the
RAM log.
config RAMLOG_NONBLOCKING
bool "RAMLOG non-block reads"
default y