Searched hist:def2fbffe62c00c330c7f41584a356001179c59c (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/kbuild/ |
H A D | kconfig-language.rst | diff def2fbffe62c00c330c7f41584a356001179c59c Mon Mar 02 07:23:39 CET 2020 Masahiro Yamada <masahiroy@kernel.org> kconfig: allow symbols implied by y to become m
The 'imply' keyword restricts a symbol to y or n, excluding m when it is implied by y. This is the original behavior since commit 237e3ad0f195 ("Kconfig: Introduce the "imply" keyword").
However, the author of this feature, Nicolas Pitre, stated that the 'imply' keyword should not impose any restrictions. (https://lkml.org/lkml/2020/2/19/714)
I agree, and want to get rid of this tricky behavior.
Suggested-by: Nicolas Pitre <nico@fluxnic.net> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Acked-by: Nicolas Pitre <nico@fluxnic.net>
|
/linux/scripts/kconfig/ |
H A D | symbol.c | diff def2fbffe62c00c330c7f41584a356001179c59c Mon Mar 02 07:23:39 CET 2020 Masahiro Yamada <masahiroy@kernel.org> kconfig: allow symbols implied by y to become m
The 'imply' keyword restricts a symbol to y or n, excluding m when it is implied by y. This is the original behavior since commit 237e3ad0f195 ("Kconfig: Introduce the "imply" keyword").
However, the author of this feature, Nicolas Pitre, stated that the 'imply' keyword should not impose any restrictions. (https://lkml.org/lkml/2020/2/19/714)
I agree, and want to get rid of this tricky behavior.
Suggested-by: Nicolas Pitre <nico@fluxnic.net> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Acked-by: Nicolas Pitre <nico@fluxnic.net>
|