![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 0003 config A 0004 bool "A" 0005 0006 choice 0007 prompt "Choice ?" 0008 depends on A 0009 0010 config CHOICE_B 0011 bool "Choice B" 0012 0013 config CHOICE_C 0014 bool "Choice C" 0015 0016 endchoice
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |