lkml.org 
[lkml]   [2016]   [Oct]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectRe: [PATCH 1/4] kconfig: introduce the "imply" keyword
    2016-10-20 8:42 GMT+09:00 Nicolas Pitre <nicolas.pitre@linaro.org>:
    > diff --git a/Documentation/kbuild/kconfig-language.txt b/Documentation/kbuild/kconfig-language.txt
    > index 069fcb3eef..c96127f648 100644
    > --- a/Documentation/kbuild/kconfig-language.txt
    > +++ b/Documentation/kbuild/kconfig-language.txt
    > @@ -113,6 +113,33 @@ applicable everywhere (see syntax).
    > That will limit the usefulness but on the other hand avoid
    > the illegal configurations all over.
    >
    > +- weak reverse dependencies: "imply" <symbol> ["if" <expr>]
    > + This is similar to "select" as it enforces a lower limit on another
    > + symbol except that the "implied" config symbol's value may still be
    > + set to n from a direct dependency or with a visible prompt.
    > + Given the following example:
    > +
    > + config FOO
    > + tristate
    > + imply BAZ
    > +
    > + config BAZ
    > + tristate
    > + depends on BAr


    s/BAr/BAR/ ?





    --
    Best Regards
    Masahiro Yamada

    \
     
     \ /
      Last update: 2016-10-20 08:54    [W:4.125 / U:0.244 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site