X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Documentation%2Fkbuild%2Fkconfig-language.txt;h=350f733bf2c7165fd13a960df68bbfebf4a34bf8;hb=55101e2d6ce1c780f6ee8fee5f37306971aac6cd;hp=c420676c6fe31d3ac66c1b63f165888ccd0efd6e;hpb=fc582aef7dcc27a7120cf232c1e76c569c7b6eab;p=firefly-linux-kernel-4.4.55.git diff --git a/Documentation/kbuild/kconfig-language.txt b/Documentation/kbuild/kconfig-language.txt index c420676c6fe3..350f733bf2c7 100644 --- a/Documentation/kbuild/kconfig-language.txt +++ b/Documentation/kbuild/kconfig-language.txt @@ -157,6 +157,10 @@ applicable everywhere (see syntax). to the build environment (if this is desired, it can be done via another symbol). + - "allnoconfig_y" + This declares the symbol as one that should have the value y when + using "allnoconfig". Used for symbols that hide other symbols. + Menu dependencies -----------------