Skip to content
Commit d854b4b2 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kconfig: deduplicate code in conf_read_simple()



Kconfig accepts both "# CONFIG_FOO is not set" and "CONFIG_FOO=n" as
a valid input, but conf_read_simple() duplicates similar code to handle
them. Factor out the common code.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 92d4fe0a
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