Home
last modified time | relevance | path

Searched refs:choice (Results 1 – 200 of 250) sorted by relevance

12

/linux-4.1.27/scripts/kconfig/lxdialog/
Dchecklist.c31 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument
41 wmove(win, choice, 0); in print_item()
45 wmove(win, choice, check_x); in print_item()
52 mvwaddch(win, choice, item_x, list_item[0]); in print_item()
56 wmove(win, choice, check_x + 1); in print_item()
65 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument
85 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows()
121 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
127 choice = item_n(); in dialog_checklist()
129 choice = item_n(); in dialog_checklist()
[all …]
Dmenubox.c102 #define print_item(index, choice, selected) \ argument
105 do_print_item(menu, item_str(), choice, selected, !item_is_tag(':')); \
189 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
250 choice = item_n(); in dialog_menu()
253 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu()
256 choice = choice - scroll; in dialog_menu()
260 if ((choice >= max_choice)) { in dialog_menu()
261 if (choice >= item_count() - max_choice / 2) in dialog_menu()
264 scroll = first_item = choice - max_choice / 2; in dialog_menu()
265 choice = choice - scroll; in dialog_menu()
[all …]
/linux-4.1.27/include/linux/netfilter/
Dnf_conntrack_h323_types.h27 } choice; member
50 } choice; member
69 } choice; member
91 } choice; member
116 } choice; member
127 } choice; member
166 } choice; member
191 } choice; member
215 } choice; member
380 } choice; member
[all …]
/linux-4.1.27/drivers/staging/speakup/
DKconfig37 the module can be loaded. See the decpc choice below
50 help on the Speakup choice above for more info.
59 help on the Speakup choice above for more info.
67 help on the Speakup choice above for more info.
75 Speakup choice above for more info.
83 help on the Speakup choice above for more info.
92 help on the Speakup choice above for more info.
101 configuration help on the Speakup choice above for more
113 choice above for more info.
135 configuration help on the Speakup choice above for more
[all …]
/linux-4.1.27/tools/perf/ui/browsers/
Dscripts.c50 int i, num, choice, ret = -1; in list_scripts() local
64 choice = ui__popup_menu(num, names); in list_scripts()
65 if (choice < num && choice >= 0) { in list_scripts()
66 strcpy(script_name, paths[choice]); in list_scripts()
Dhists.c1320 int nr_options = 0, choice = -1, ret = -1; in switch_data_file() local
1379 choice = ui__popup_menu(nr_options, options); in switch_data_file()
1380 if (choice < nr_options && choice >= 0) { in switch_data_file()
1381 tmp = strdup(abs_path[choice]); in switch_data_file()
1493 int choice = 0, in perf_evsel__hists_browse() local
1696 choice = ui__popup_menu(nr_options, options); in perf_evsel__hists_browse()
1698 if (choice == nr_options - 1) in perf_evsel__hists_browse()
1701 if (choice == -1) { in perf_evsel__hists_browse()
1706 if (choice == annotate || choice == annotate_t || choice == annotate_f) { in perf_evsel__hists_browse()
1719 if (choice == annotate_f) { in perf_evsel__hists_browse()
[all …]
/linux-4.1.27/kernel/
DKconfig.hz5 choice
22 100 Hz is a typical choice for servers, SMP and NUMA systems
29 250 Hz is a good compromise choice allowing server performance
37 300 Hz is a good compromise choice allowing server performance
45 1000 Hz is the preferred choice for desktop systems and other
DKconfig.preempt2 choice
/linux-4.1.27/arch/avr32/boards/atngw100/
DKconfig_mrmt3 choice
20 choice
32 choice
68 choice
DKconfig13 This choice enables the LCDC and disables the MACB1 interface marked
16 choice
38 This choice disables the detect pin and the write-protect pin for the
45 choice
/linux-4.1.27/arch/x86/boot/compressed/
Daslr.c304 unsigned long choice = (unsigned long)output; in choose_kernel_location() local
326 random = find_random_addr(choice, output_size); in choose_kernel_location()
333 if (random < choice) in choose_kernel_location()
336 choice = random; in choose_kernel_location()
338 return (unsigned char *)choice; in choose_kernel_location()
/linux-4.1.27/arch/mips/lantiq/
DKconfig8 choice
27 choice
/linux-4.1.27/net/netfilter/
Dnf_conntrack_h323_main.c230 if (taddr->choice != eH245_TransportAddress_unicastAddress) in get_h245_addr()
233 switch (taddr->unicastAddress.choice) { in get_h245_addr()
424 if (olc->forwardLogicalChannelParameters.multiplexParameters.choice == in process_olc()
442 choice == in process_olc()
457 olc->forwardLogicalChannelParameters.dataType.choice == in process_olc()
460 choice == eDataApplicationCapability_application_t120 && in process_olc()
462 t120.choice == eDataProtocolCapability_separateLANStack && in process_olc()
463 olc->separateStack.networkAddress.choice == in process_olc()
491 choice == in process_olca()
506 (olca->forwardMultiplexAckParameters.choice == in process_olca()
[all …]
/linux-4.1.27/arch/cris/
DKconfig123 choice
185 choice
217 choice
303 choice
334 choice
367 choice
402 choice
432 choice
461 choice
494 choice
[all …]
/linux-4.1.27/arch/mips/ralink/
DKconfig15 choice
39 choice
/linux-4.1.27/Documentation/kbuild/
Dkconfig-language.txt257 - choice/endchoice
282 "choice" [symbol]
283 <choice options>
284 <choice block>
287 This defines a choice group and accepts any of the above attributes as
288 options. A choice can only be of type bool or tristate, while a boolean
289 choice only allows a single config entry to be selected, a tristate
290 choice also allows any number of config entries to be set to 'm'. This
294 A choice accepts another option "optional", which allows to set the
295 choice to 'n' and no entry needs to be selected.
[all …]
/linux-4.1.27/arch/mips/loongson1/
DKconfig3 choice
34 choice
/linux-4.1.27/arch/cris/arch-v32/
DKconfig13 choice
19 interface is a good choice.
37 best choice if you have more than one Ethernet interface and
102 choice
132 Waitstates for SRAM. 0 is a good choice for most Axis products.
139 Waitstates for CSP0-3. 0 is a good choice for most Axis products.
148 Waitstates for CSP4-6. 0 is a good choice for most Axis products.
/linux-4.1.27/arch/mips/jz4740/
DKconfig1 choice
/linux-4.1.27/arch/blackfin/mach-bf518/
DKconfig13 choice
35 choice
49 choice
63 choice
/linux-4.1.27/arch/blackfin/mach-bf527/
DKconfig13 choice
30 choice
48 choice
65 choice
/linux-4.1.27/arch/mips/bcm63xx/boards/
DKconfig1 choice
/linux-4.1.27/arch/blackfin/mach-bf609/boards/
DKconfig1 choice
/linux-4.1.27/arch/blackfin/mach-bf538/boards/
DKconfig1 choice
/linux-4.1.27/arch/sh/boards/mach-migor/
DKconfig3 choice
/linux-4.1.27/Documentation/mn10300/
Dcompartmentalisation.txt20 from the "Processor support" choice menu in the arch/mn10300/Kconfig file.
43 from the "Unit type" choice menu in the arch/mn10300/Kconfig file.
/linux-4.1.27/arch/blackfin/mach-bf518/boards/
DKconfig1 choice
/linux-4.1.27/arch/blackfin/mach-bf548/boards/
DKconfig1 choice
/linux-4.1.27/arch/sh/boards/mach-sdk7780/
DKconfig3 choice
/linux-4.1.27/arch/mips/vr41xx/
DKconfig1 choice
66 choice
/linux-4.1.27/arch/sh/boards/mach-rsk/
DKconfig3 choice
/linux-4.1.27/arch/sh/boards/mach-highlander/
DKconfig3 choice
/linux-4.1.27/arch/powerpc/platforms/8xx/
DKconfig5 choice
67 choice
147 choice
/linux-4.1.27/arch/blackfin/mach-bf561/boards/
DKconfig1 choice
/linux-4.1.27/arch/avr32/boards/atstk1000/
DKconfig5 choice
82 choice
/linux-4.1.27/arch/frv/
DKconfig104 choice
156 choice
248 choice
261 choice
286 choice
DKconfig.debug17 choice
/linux-4.1.27/arch/blackfin/mach-bf527/boards/
DKconfig1 choice
/linux-4.1.27/scripts/kconfig/
Dsymbol.c1218 static struct symbol *sym_check_choice_deps(struct symbol *choice) in sym_check_choice_deps() argument
1225 dep_stack_insert(&stack, choice); in sym_check_choice_deps()
1227 prop = sym_get_choice_prop(choice); in sym_check_choice_deps()
1231 choice->flags |= (SYMBOL_CHECK | SYMBOL_CHECKED); in sym_check_choice_deps()
1232 sym2 = sym_check_sym_deps(choice); in sym_check_choice_deps()
1233 choice->flags &= ~SYMBOL_CHECK; in sym_check_choice_deps()
1247 prop_get_symbol(sym_get_choice_prop(sym2)) == choice) in sym_check_choice_deps()
1248 sym2 = choice; in sym_check_choice_deps()
Dzconf.gperf19 choice, T_CHOICE, TF_COMMAND
Dzconf.hash.c_shipped115 char kconf_id_strings_str36[sizeof("choice")];
151 "choice",
Dzconf.y242 choice: T_CHOICE word_opt T_EOL
251 choice_entry: choice choice_option_list
Dzconf.tab.c_shipped22 under terms of your choice, so long as that work isn't itself a
565 "symbol_option_arg", "choice", "choice_entry", "choice_end",
1807 printd(DEBUG_PARSE, "%s:%d:choice\n", zconf_curname(), zconf_lineno());
2328 case T_CHOICE: return "choice";
2455 fputs(" #choice value\n", out);
/linux-4.1.27/Documentation/hwmon/
Dadm102541 it is not a choice you have to make as the user. The choice was already
Df71805f139 above the audible range, such as 25 kHz, may be a good choice; if this
/linux-4.1.27/arch/avr32/mach-at32ap/
DKconfig5 choice
/linux-4.1.27/arch/mips/pmcs-msp71xx/
DKconfig1 choice
/linux-4.1.27/arch/blackfin/mach-bf533/boards/
DKconfig1 choice
/linux-4.1.27/arch/hexagon/
DKconfig89 choice
132 choice
/linux-4.1.27/arch/blackfin/mach-bf537/boards/
DKconfig1 choice
/linux-4.1.27/arch/metag/mm/
DKconfig18 choice
103 choice
/linux-4.1.27/arch/mips/bmips/
DKconfig3 choice
/linux-4.1.27/arch/powerpc/platforms/
DKconfig.cputype11 choice
59 choice
81 select PPC_FPU # Make it a choice ?
87 choice
408 choice
/linux-4.1.27/arch/mn10300/
DKconfig72 choice
91 choice
307 choice
329 choice
360 choice
DKconfig.debug109 choice
/linux-4.1.27/arch/sh/cchips/
DKconfig6 choice
/linux-4.1.27/arch/score/
DKconfig18 choice
/linux-4.1.27/arch/mips/alchemy/
DKconfig16 choice
/linux-4.1.27/arch/mn10300/mm/
DKconfig.cache5 choice
52 choice
/linux-4.1.27/security/integrity/ima/
DKconfig47 choice
75 choice
/linux-4.1.27/arch/sh/mm/
DKconfig166 choice
196 choice
247 choice
/linux-4.1.27/Documentation/x86/x86_64/
Dcpu-hotplug-spec18 In the worst case the user can overwrite this choice using a command line
Dboot-options.txt262 4GB. Normally the kernel will make the right choice by itself.
/linux-4.1.27/drivers/staging/gdm72xx/
DKconfig33 choice
/linux-4.1.27/arch/cris/arch-v32/mach-fs/
DKconfig28 Waitstates for SRAM. 0 is a good choice for most Axis products.
35 Waitstates for CSP0-3. 0 is a good choice for most Axis products.
44 Waitstates for CSP4-6. 0 is a good choice for most Axis products.
/linux-4.1.27/arch/metag/
DKconfig.soc1 choice
DKconfig142 choice
/linux-4.1.27/drivers/usb/musb/
DKconfig30 choice
116 choice
/linux-4.1.27/arch/blackfin/
DKconfig80 choice
272 choice
478 choice
542 choice
555 choice
696 choice
966 choice
1001 choice
1053 choice
1100 choice
[all …]
DKconfig.debug76 choice
115 choice
/linux-4.1.27/drivers/usb/isp1760/
DKconfig25 choice
/linux-4.1.27/arch/mips/sgi-ip27/
DKconfig1 choice
/linux-4.1.27/tools/power/cpupower/
DREADME33 needs, you need to open "Makefile" with an editor of your choice and
/linux-4.1.27/block/
DKconfig.iosched42 choice
/linux-4.1.27/arch/cris/arch-v10/
DKconfig17 choice
234 choice
268 good choice for most Axis products...
276 a good choice for most Axis products...
/linux-4.1.27/arch/m68k/
DKconfig.cpu3 choice
128 choice
449 choice
472 choice
DKconfig.machine431 choice
/linux-4.1.27/lib/
DKconfig.kasan25 choice
DKconfig118 choice
123 This option allows a kernel builder to override the default choice
135 This is the default implementation choice. Choose this one unless
DKconfig.kmemcheck27 choice
/linux-4.1.27/arch/cris/arch-v10/drivers/
DKconfig54 choice
142 choice
233 choice
321 choice
476 choice
/linux-4.1.27/Documentation/
Diostats.txt35 a choice of "cat /sys/block/hda/stat" or "grep 'hda ' /proc/diskstats".
36 The advantage of one over the other is that the sysfs choice works well
38 be a better choice if you are watching a large number of disks because
DIRQ-domain.txt78 The Linear map is a good choice when the maximum number of hwirqs is
93 The tree map is a good choice if the hwirq number can be very large
Dlzo.txt74 an implementation design choice independant on the algorithm or encoding.
Dmodule-signing.txt78 This presents a choice of which hash algorithm the installation phase will
Dprintk-formats.txt116 ESCAPE_ANY_NP is the sane choice for many cases, in particularly for
DChanges99 DocBook format to a format of your choice, you'll need to install Jade as
Dintel_txt.txt113 approach seemed like a better choice than having to insert
Drobust-futexes.txt132 to do a hard choice between performance and robustness - robust
Dkernel-doc-nano-HOWTO.txt163 Documentation/DocBook/*.xml to a format of your choice (for example,
/linux-4.1.27/arch/m32r/
DKconfig48 choice
112 choice
342 choice
/linux-4.1.27/arch/ia64/
DKconfig.debug5 choice
DKconfig163 choice
244 choice
252 This choice is safe for all IA-64 systems, but may not perform
262 choice
/linux-4.1.27/fs/romfs/
DKconfig21 choice
/linux-4.1.27/arch/mips/txx9/
DKconfig109 choice
/linux-4.1.27/arch/avr32/
DKconfig104 choice
165 choice
/linux-4.1.27/arch/blackfin/mach-bf548/
DKconfig45 choice
74 choice
/linux-4.1.27/drivers/pci/pcie/
DKconfig55 choice
/linux-4.1.27/Documentation/sound/alsa/
Dpowersave.txt21 reopen the device frequently. 10 would be a good choice for normal
/linux-4.1.27/kernel/gcov/
DKconfig52 choice
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio.txt89 The static choice of polarity may be either:
104 b) Pick a single option for device signal polarity, and document this choice
107 particular signal polarity choice. If software chooses to program the device
/linux-4.1.27/arch/arc/
DKconfig92 choice
228 choice
255 choice
/linux-4.1.27/drivers/rapidio/
DKconfig50 choice
/linux-4.1.27/drivers/net/ethernet/wiznet/
DKconfig47 choice
/linux-4.1.27/Documentation/power/regulator/
Dmachine.txt58 used for the supply rail in the schematic is a good choice. If no
/linux-4.1.27/scripts/genksyms/
Dparse.tab.h_shipped22 under terms of your choice, so long as that work isn't itself a
/linux-4.1.27/arch/sh/
DKconfig.cpu3 choice
DKconfig239 choice
534 choice
793 choice
/linux-4.1.27/arch/x86/crypto/
Dcrct10dif-pcl-asm_64.S12 # This software is available to you under a choice of one of two
Dsha512-avx-asm.S12 # This software is available to you under a choice of one of two
Dsha512-ssse3-asm.S12 # This software is available to you under a choice of one of two
Dsha256-avx-asm.S11 # This software is available to you under a choice of one of two
Dsha256-ssse3-asm.S11 # This software is available to you under a choice of one of two
/linux-4.1.27/arch/powerpc/perf/
Dcore-book3s.c834 int n_alt[MAX_HWEVENTS], choice[MAX_HWEVENTS]; in power_check_constraints() local
872 choice[i] = 0; in power_check_constraints()
890 j = choice[i]; in power_check_constraints()
919 choice[i] = j; in power_check_constraints()
931 event_id[i] = cpuhw->alternatives[i][choice[i]]; in power_check_constraints()
/linux-4.1.27/drivers/atm/
DKconfig224 Somewhat useful debugging messages are available. The choice of
259 Somewhat useful debugging messages are available. The choice of
283 Somewhat useful debugging messages are available. The choice of
315 Somewhat useful debugging messages are available. The choice of
/linux-4.1.27/Documentation/usb/
Dmtouchusb.txt41 logical choice is to use Linux Input.
/linux-4.1.27/arch/mips/netlogic/
DKconfig61 choice
/linux-4.1.27/arch/mips/sibyte/
DKconfig80 choice
/linux-4.1.27/sound/soc/davinci/
DKconfig57 choice
/linux-4.1.27/arch/arm/mach-davinci/
DKconfig141 choice
170 choice
/linux-4.1.27/net/sctp/
DKconfig62 choice
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.h_shipped22 under terms of your choice, so long as that work isn't itself a
/linux-4.1.27/drivers/usb/dwc3/
DKconfig14 choice
/linux-4.1.27/drivers/net/wireless/b43legacy/
DKconfig68 choice
/linux-4.1.27/arch/mips/loongson/
DKconfig3 choice
/linux-4.1.27/fs/squashfs/
DKconfig28 choice
56 choice
/linux-4.1.27/arch/parisc/
DKconfig118 choice
205 choice
/linux-4.1.27/arch/openrisc/
DKconfig61 choice
/linux-4.1.27/drivers/usb/dwc2/
DKconfig18 choice
/linux-4.1.27/arch/arm/mach-pxa/
DKconfig145 choice
194 choice
232 choice
/linux-4.1.27/tools/build/Documentation/
DBuild.txt135 It's possible to build single object file by choice, like:
/linux-4.1.27/Documentation/frv/
Dconfiguring.txt29 This option allows a choice of basic system. This governs the peripherals
/linux-4.1.27/arch/unicore32/
DKconfig92 choice
/linux-4.1.27/fs/ext3/
DKconfig48 data=ordered mode will be a safe choice and you should
/linux-4.1.27/Documentation/arm/nwfpe/
DREADME17 Another choice I made was in the file structure. I have attempted to
/linux-4.1.27/Documentation/s390/
DDASD60 Then you can mk??fs the filesystem of your choice on that volume or
D3270.txt133 3279, or use the 3270 emulator of your choice. You would be
/linux-4.1.27/Documentation/networking/
Ddccp.txt111 be enabled at the receiver, too with suitable choice of CsCov.
162 choice of CCID, the Send Ack Vector feature is enabled automatically.
Dray_cs.txt96 Used to restrict choice of IRQ's to use.
Dscaling.txt372 these queues are processed on a CPU within this set. This choice
393 prevent out of order (ooo) packets. The choice also amortizes the cost
415 has no effect, since there is no choice in this case. In a multi-queue
DPLIP.txt20 over a parallel port. In the case of a PC, the obvious choice is the
Ddecnet.txt69 obvious choice :-)
/linux-4.1.27/Documentation/security/
DIMA-templates.txt84 configuration ('ima-ng' is the default choice);
/linux-4.1.27/fs/nfsd/
DKconfig64 related CONFIG options for your local file systems of choice.
/linux-4.1.27/Documentation/firmware_class/
DREADME119 on the setup, so I think that the choice on what firmware to make
/linux-4.1.27/drivers/pinctrl/nomadik/
Dpinctrl-nomadik.c1397 #define NMK_CONFIG_PIN_ARRAY(x, y) { .property = x, .choice = y, \
1448 const unsigned long *choice; member
1467 if (nmk_cfg_params[index].choice == NULL) in nmk_dt_pin_config()
1473 nmk_cfg_params[index].choice[val]; in nmk_dt_pin_config()
/linux-4.1.27/drivers/staging/i2o/
DKconfig16 If you say Y here, you will get a choice of interface adapter
/linux-4.1.27/arch/arm/mach-ep93xx/
DKconfig18 choice
/linux-4.1.27/arch/arm/plat-omap/
DKconfig149 choice
/linux-4.1.27/arch/arm/mach-sa1100/
DKconfig32 choice
/linux-4.1.27/arch/tile/
DKconfig174 choice
276 choice
/linux-4.1.27/lib/xz/
Dxz_dec_lzma2.c117 uint16_t choice; member
625 if (!rc_bit(&s->rc, &l->choice)) { in lzma_len()
/linux-4.1.27/arch/arm/mach-imx/
DKconfig463 choice
596 choice
/linux-4.1.27/init/
DKconfig118 choice
335 choice
468 choice
743 choice
1681 On non-ancient distros (post-2000 ones) N is usually a safe choice.
1683 choice
1703 and has enhanced diagnostics. SLUB is the default choice for
1906 choice
1955 choice made in "Compression algorithm".
1972 choice
/linux-4.1.27/drivers/net/wireless/b43/
DKconfig36 choice
/linux-4.1.27/Documentation/sound/oss/
DREADME.modules43 pieces autoload on demand, assuming you use kerneld (a sound choice) and
DPAS16117 Answering Y is usually a safe and recommended choice, however some
DOpti61 the options of your choice. This file is normally installed as
/linux-4.1.27/fs/jffs2/
DKconfig156 choice
/linux-4.1.27/security/
DKconfig129 choice
/linux-4.1.27/arch/xtensa/
DKconfig79 choice
288 choice
/linux-4.1.27/arch/mips/
DKconfig64 choice
1103 # choice statement should be more obvious to the user.
1105 choice
1279 choice
1947 choice
1984 choice
2275 choice
2516 choice
/linux-4.1.27/kernel/time/
DKconfig68 choice
/linux-4.1.27/Documentation/input/
Dgameport-programming.txt24 0x218 would be the address of first choice.
Dinput.txt128 other use when the big usbhid wouldn't be a good choice, there is the
Dalps.txt16 choice was made. The new touchpad signatures are named: "Rushmore",
/linux-4.1.27/arch/arm/mach-s3c64xx/
DKconfig165 choice
/linux-4.1.27/Documentation/locking/
Dlglock.txt145 her first choice. There are also efforts to resolve the RCU issues that
/linux-4.1.27/arch/x86/
DKconfig.cpu2 choice
54 the Cyrix 5x86, 6x86 and 6x86MX. This choice does not
DKconfig.debug219 choice
/linux-4.1.27/arch/microblaze/
DKconfig229 choice
/linux-4.1.27/sound/drivers/
DKconfig209 good choice for normal operations.
/linux-4.1.27/drivers/cpufreq/
DKconfig49 choice
/linux-4.1.27/Documentation/fmc/
Didentifiers.txt131 choice; the name filename is mandatory, because this is the preferred
/linux-4.1.27/drivers/mtd/chips/
DKconfig42 choice
/linux-4.1.27/Documentation/cpu-freq/
Dpcc-cpufreq.txt121 platforms PCC is the "default" choice.
/linux-4.1.27/net/mac80211/
DKconfig44 choice
/linux-4.1.27/arch/s390/
DKconfig199 choice
282 choice
/linux-4.1.27/arch/arm/
DKconfig309 # The "ARM system type" choice list is ordered alphabetically by option
312 choice
1428 choice
1505 choice
1866 choice
1895 choice
/linux-4.1.27/drivers/iommu/
DKconfig273 choice
/linux-4.1.27/drivers/thermal/
DKconfig45 choice
/linux-4.1.27/arch/um/
DKconfig.net10 hardware devices, this choice and the following transport options
/linux-4.1.27/Documentation/arm/SA1100/
DAssabet47 RedBoot is currently the recommended choice since it's the only one to have
/linux-4.1.27/arch/arm64/
DKconfig435 choice
456 choice
/linux-4.1.27/arch/alpha/
DKconfig91 choice
663 choice
/linux-4.1.27/mm/
DKconfig5 choice
424 choice
/linux-4.1.27/Documentation/scsi/
Dosst.txt58 depending on your choice during kernel config. You may still need to create
Dlibsas.txt274 - at least one event from group C (choice),
/linux-4.1.27/arch/powerpc/
DKconfig.debug135 choice
DKconfig341 choice
532 choice
/linux-4.1.27/Documentation/development-process/
D7.AdvancedTopics17 as its tool of choice.
/linux-4.1.27/Documentation/ia64/
Dmca.txt16 if we have a choice here.
/linux-4.1.27/Documentation/block/
Ddata-integrity.txt73 the choice in checksums is referred to as the Data Integrity
/linux-4.1.27/drivers/base/
DKconfig289 choice
/linux-4.1.27/drivers/video/fbdev/
DKconfig146 choice
633 choice
658 choice
1719 choice
2280 choice
/linux-4.1.27/drivers/mtd/maps/
DKconfig85 choice
/linux-4.1.27/drivers/usb/gadget/
DKconfig202 choice
/linux-4.1.27/drivers/net/wan/
DKconfig287 Due to Etinc's design choice for its PCISYNC cards, some operations
/linux-4.1.27/drivers/net/irda/
DKconfig52 choice
/linux-4.1.27/arch/
DKconfig360 choice

12