Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359233
b: refs/heads/master
c: 169dfd8
h: refs/heads/master
i:
  359231: 963d80a
v: v3
  • Loading branch information
Yann E. MORIN authored and Michal Marek committed Dec 6, 2012
1 parent 8c1d394 commit 57b63b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 527ffe5811e39f9997a08902628c35068a46a5b7
refs/heads/master: 169dfd880ad3f301f60587b2e6145afd3edbbd59
23 changes: 0 additions & 23 deletions trunk/Documentation/kbuild/kconfig-language.txt
Original file line number Diff line number Diff line change
Expand Up @@ -388,26 +388,3 @@ config FOO
depends on BAR && m

limits FOO to module (=m) or disabled (=n).

Kconfig symbol existence
~~~~~~~~~~~~~~~~~~~~~~~~
The following two methods produce the same kconfig symbol dependencies
but differ greatly in kconfig symbol existence (production) in the
generated config file.

case 1:

config FOO
tristate "about foo"
depends on BAR

vs. case 2:

if BAR
config FOO
tristate "about foo"
endif

In case 1, the symbol FOO will always exist in the config file (given
no other dependencies). In case 2, the symbol FOO will only exist in
the config file if BAR is enabled.

0 comments on commit 57b63b9

Please sign in to comment.