8000 fix:[klib]Kconfig显示文案错误 by wdfk-prog · Pull Request #9750 · RT-Thread/rt-thread · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

fix:[klib]Kconfig显示文案错误 #9750

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions src/klibc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ menu "klibc options"
endif
endmenu # rt_strncmp options

menu "rt_strncmp options"
menu "rt_strcmp options"
config RT_KLIBC_USING_USER_STRCMP
bool "Enable rt_strcmp to use user-defined version"
default n
Expand All @@ -230,19 +230,7 @@ menu "klibc options"
bool "Enable rt_strcmp to 73E1 use libc strcmp"
default n
endif
endmenu # rt_strncmp options

menu "rt_strncmp options"
config RT_KLIBC_USING_USER_STRLEN
bool "Enable rt_strlen to use user-defined version"
default n

if !RT_KLIBC_USING_USER_STRLEN
config RT_KLIBC_USING_LIBC_STRLEN
bool "Enable rt_strlen to use libc strlen"
default n
endif
endmenu # rt_strncmp options
endmenu # rt_strcmp options

menu "rt_strlen options"
config RT_KLIBC_USING_USER_STRLEN
Expand Down
Loading
0