diff options
author | 2023-11-18 16:59:11 +0900 | |
---|---|---|
committer | 2023-11-28 11:22:51 +0900 | |
commit | 4aced3ec84a848bd64bfd725e81c54eb31bf8b24 (patch) | |
tree | c7007534cd03d66f202b14a5e850a62a71a370df /scripts/rustdoc_test_gen.rs | |
parent | kconfig: introduce getline_stripped() helper (diff) | |
download | linux-rng-4aced3ec84a848bd64bfd725e81c54eb31bf8b24.tar.xz linux-rng-4aced3ec84a848bd64bfd725e81c54eb31bf8b24.zip |
kconfig: require an exact match for "is not set" to disable CONFIG option
Currently, any string starting "is not set" disables a CONFIG option.
For example, "# CONFIG_FOO is not settled down" is accepted as valid
input, functioning the same as "# CONFIG_FOO is not set". It is a
long-standing oddity.
Check the line against the exact pattern "is not set".
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/rustdoc_test_gen.rs')
0 files changed, 0 insertions, 0 deletions