Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227684
b: refs/heads/master
c: 0719e1d
h: refs/heads/master
v: v3
  • Loading branch information
Yann E. MORIN authored and Michal Marek committed Dec 21, 2010
1 parent b43e79f commit f3c23e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: f0a6332ce221614fbd0731af92f668892fa4b700
refs/heads/master: 0719e1d23aab3b445c823404fd1b8b027757bb0a
6 changes: 5 additions & 1 deletion trunk/Documentation/kbuild/kconfig-language.txt
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ separate list of options.

choices:

"choice"
"choice" [symbol]
<choice options>
<choice block>
"endchoice"
Expand All @@ -282,6 +282,10 @@ single driver can be compiled/loaded into the kernel, but all drivers
can be compiled as modules.
A choice accepts another option "optional", which allows to set the
choice to 'n' and no entry needs to be selected.
If no [symbol] is associated with a choice, then you can not have multiple
definitions of that choice. If a [symbol] is associated to the choice,
then you may define the same choice (ie. with the same entries) in another
place.

comment:

Expand Down

0 comments on commit f3c23e1

Please sign in to comment.