Home
last modified time | relevance | path

Searched full:option (Results 1 – 25 of 3464) sorted by relevance

12345678910>>...139

/linux/drivers/ata/
H A DKconfig47 This option adds parsing of ATA command descriptions and error bits
49 This option will enlarge the kernel by approx. 6KB. Disable it only
58 This option adds support for "libata.force=" kernel parameter for
64 This option will enlarge the kernel by approx. 3KB. Disable it if
76 This option adds support for ATA-related ACPI objects.
82 option libata.noacpi=1
88 This option adds support for SATA Zero Power Optical Disc
102 This option adds support for SATA Port Multipliers
114 This option enables support for AHCI Serial ATA.
142 This option enables support for Platform AHCI Serial ATA
[all …]
/linux/net/mac80211/
H A DKconfig13 This option enables the hardware independent IEEE 802.11
29 This option enables the 'minstrel' TX rate control algorithm
36 This option selects the default rate control algorithm
66 Enable this option to test mac80211 internals with kunit.
74 Select this option to enable 802.11 mesh operation in mac80211
85 This option enables a few LED triggers for different
101 Select this option to have mac80211 register the
106 The overhead in this option is that all the messages
114 This option collects various mac80211 debug settings.
120 This option affects code generation in mac80211, when
[all …]
/linux/sound/soc/sof/
H A DKconfig19 This adds support for PCI enumeration. This option is
23 Say Y if you need this option.
30 This adds support for ACPI enumeration. This option is required
34 Say Y if you need this option.
44 This adds support for Device Tree enumeration. This option is
46 Say Y if you need this option. If unsure select "N".
60 This option enables the data probing feature that can be used to
62 This option is not user-selectable but automagically handled by
69 This option is not user-selectable but automagically handled by
76 This option unlocks SOF developer options for debug/performance/
[all …]
/linux/scripts/
H A DMakefile.compiler19 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
20 # Exit code chooses option. "$$TMP" serves as a temporary file and is
31 # as-option
32 # Usage: aflags-y += $(call as-option,-Wa$(comma)-isa=foo,)
34 as-option = $(call try-run,\
43 # __cc-option
44 # Usage: MY_CFLAGS += $(call __cc-option,$(CC),$(MY_CFLAGS),-march=winchip-c6,-march=i586)
45 __cc-option = $(call try-run,\
48 # cc-option
49 # Usage: cflags-y += $(call cc-option,-march=winchip-c6,-march=i586)
[all …]
H A Dconfig19 --enable|-e option Enable option
20 --disable|-d option Disable option
21 --module|-m option Turn option into a module
22 --set-str option string
23 Set option to "string"
24 --set-val option value
25 Set option t
[all...]
H A DMakefile.extrawarn19 KBUILD_CFLAGS += $(call cc-option, -Wno-frame-address)
20 KBUILD_CFLAGS += $(call cc-option, -Wno-address-of-packed-member)
38 KBUILD_CFLAGS += $(call cc-option, -Wno-format-overflow-non-kprintf)
39 KBUILD_CFLAGS += $(call cc-option, -Wno-format-truncation-non-kprintf)
51 KBUILD_CFLAGS += $(call cc-option, -Wno-default-const-init-unsafe)
59 KBUILD_CFLAGS += $(call cc-option, -Wno-dangling-pointer)
67 KBUILD_CFLAGS += $(call cc-option,-Wvla-larger-than=1)
75 KBUILD_CFLAGS += $(call cc-option, -Wcast-function-type)
78 KBUILD_CFLAGS-$(CONFIG_CC_NO_STRINGOP_OVERFLOW) += $(call cc-option, -Wno-stringop-overflow)
79 KBUILD_CFLAGS-$(CONFIG_CC_STRINGOP_OVERFLOW) += $(call cc-option, -Wstringop-overflow)
[all …]
/linux/lib/
H A DKconfig.ubsan9 This option enables the Undefined Behaviour sanity checker.
39 def_bool $(cc-option,-fsanitize=bounds-strict)
41 The -fsanitize=bounds-strict option is only available on GCC,
47 def_bool $(cc-option,-fsanitize=array-bounds)
49 Under Clang, the -fsanitize=bounds option is actually composed
62 This option enables detection of directly indexed out of bounds
71 GCC's bounds sanitizer. This option is used to select the
77 Clang's array bounds sanitizer. This option is used to select
83 This option enables Clang's -fsanitize=local-bounds which traps
86 be known statically) is out-of-bounds. Since this option is
[all …]
/linux/arch/powerpc/platforms/44x/
H A DKconfig7 This option enables support for the 47x family of processors and is
17 This option enables support for the IBM PPC440EP evaluation board.
29 This option enables support for the APM APM821xx Evaluation board.
39 This option enables support for the IBM PPC440GP evaluation board.
47 This option enables support for the ACube Sam440ep board.
55 This option enables support for the AMCC PPC440EPX evaluation board.
64 This option enables support for the AMCC PPC440GX "Taishan"
76 This option enables support for the AMCC PPC440SPe evaluation board.
85 This option enables support for the AMCC PPC440GRX evaluation board.
92 This option enables support for the PIKA Warp(tm) Appliance. The Warp
[all …]
/linux/arch/x86/lib/
H A Dcmdline.c20 * Find a boolean option (like quiet,noapic,nosmp....)
24 * @option: option string to look for
26 * Returns the position of that @option (starts counting with 1)
27 * or 0 on not found. @option will only be found if it is found
28 * as an entire word in @cmdline. For instance, if @option="car"
33 const char *option) in __cmdline_find_option_bool() argument
63 opptr = option; in __cmdline_find_option_bool()
71 * option we were looking for. If the in __cmdline_find_option_bool()
78 * We hit the end of the option, but _not_ in __cmdline_find_option_bool()
111 * Find a non-boolean option (i.e. option=argument). In accordance with
[all …]
/linux/net/netfilter/
H A DKconfig42 If this option is enabled, the kernel will include support
51 If this option is enabled, the kernel will include support
59 If this option is enabled, the kernel will include support
67 If this option is enabled, the kernel will include support
79 If this option is enabled, the kernel will include support
102 This option enable support for packet logging via syslog.
118 This option enables support for connection marks, used by the
128 This option enables security markings to be applied to
140 This option enables support for connection tracking zones.
152 This option enables for the list of known conntrack entries
[all …]
/linux/drivers/ata/pata_parport/
H A DKconfig10 This option enables support for the ATEN EH-100 parallel port IDE
18 This option enables support for the Micro Solutions BACKPACK
24 bottom, enable this option.
30 This option enables support for the Micro Solutions BACKPACK
37 bottom, enable this option.
43 This option enables support for the Commuter parallel port IDE
50 This option enables support for the EP-2000 parallel port IDE
57 This option enables support for the TD-2000 parallel port IDE
65 This option enables support for the TD-3000 parallel port IDE
74 This option enables support for the EPAT parallel port IDE protocol.
[all …]
/linux/drivers/staging/greybus/
H A DKconfig8 Select this option if you have a device that follows the
18 Select this option if you have a Toshiba APB device that has I2S
29 Select this option if you have a device that follows the
39 Select this option if you have a device that follows the
49 Select this option if you have a device that follows the
59 Select this option if you have a device that follows the
69 Select this option if you have a device that follows the
78 Select this option if you have a device that follows the
87 Select this option if you have a device that follows the
97 Select this option if you have a device that follows the
[all …]
/linux/Documentation/input/devices/
H A Dappletouch.rst42 Option "SendCoreEvents" "true"
43 Option "Device" "/dev/input/mice"
44 Option "Protocol" "auto-dev"
45 Option "LeftEdge" "0"
46 Option "RightEdge" "850"
47 Option "TopEdge" "0"
48 Option "BottomEdge" "645"
49 Option "MinSpeed" "0.4"
50 Option "MaxSpeed" "1"
51 Option "AccelFactor" "0.02"
[all …]
/linux/tools/perf/Documentation/
H A Dintel-bts.txt17 recording must also be stipulated i.e. the --per-thread option for
28 option is:
32 Currently Intel BTS is limited to per-thread tracing so the --per-thread option
36 snapshot option
39 The snapshot option is the same as Intel PT (refer Intel PT documentation).
42 auxtrace mmap size option
45 The mmap size option is the same as Intel PT (refer Intel PT documentation).
52 This can be further controlled by option --itrace. The --itrace option is
57 To disable trace decoding entirely, use the option --no-itrace.
60 dump option
[all …]
/linux/drivers/net/wireless/realtek/rtw88/
H A DKconfig67 Select this option will enable support for 8822BE chipset
78 Select this option will enable support for 8822BS chipset
89 Select this option will enable support for 8822BU chipset
100 Select this option will enable support for 8822CE chipset
111 Select this option will enable support for 8822CS chipset
122 Select this option will enable support for 8822CU chipset
133 Select this option will enable support for 8723DE chipset
144 Select this option will enable support for 8723DS chipset
155 Select this option to enable support for 8723CS chipset (EXPERIMENTAL)
169 Select this option will enable support for 8723DU chipset
[all …]
/linux/arch/s390/
H A DKconfig301 This option also enables s390 zfcpdump.
347 depends on $(cc-option,-march=z10)
355 depends on $(cc-option,-march=z196)
364 depends on $(cc-option,-march=zEC12)
373 depends on $(cc-option,-march=z13)
382 depends on $(cc-option,-march=z14)
391 depends on $(cc-option,-march=z15)
400 depends on $(cc-option,-march=z16)
408 depends on $(cc-option,-march=z17)
446 This option only changes how the compiler emits instructions, not the
[all …]
/linux/lib/raid6/
H A Drvv.c37 asm volatile (".option push\n" in raid6_rvv1_gen_syndrome_real()
38 ".option arch,+v\n" in raid6_rvv1_gen_syndrome_real()
40 ".option pop\n" in raid6_rvv1_gen_syndrome_real()
47 asm volatile (".option push\n" in raid6_rvv1_gen_syndrome_real()
48 ".option arch,+v\n" in raid6_rvv1_gen_syndrome_real()
51 ".option pop\n" in raid6_rvv1_gen_syndrome_real()
66 asm volatile (".option push\n" in raid6_rvv1_gen_syndrome_real()
67 ".option arch,+v\n" in raid6_rvv1_gen_syndrome_real()
75 ".option pop\n" in raid6_rvv1_gen_syndrome_real()
86 asm volatile (".option push\n" in raid6_rvv1_gen_syndrome_real()
[all …]
/linux/drivers/misc/cardreader/
H A Drts5260.c178 struct rtsx_cr_option *option = &pcr->option; in rts5260_card_power_on() local
180 if (option->ocp_en) in rts5260_card_power_on()
274 if (pcr->option.ocp_en) in rts5260_card_power_off()
282 struct rtsx_cr_option *option = &pcr->option; in rts5260_init_ocp() local
284 if (option->ocp_en) { in rts5260_init_ocp()
290 option->sd_800mA_ocp_thd); in rts5260_init_ocp()
362 if (!pcr->option.ocp_en) in rts5260_process_ocp()
462 /*Option cut APHY*/ in rts5260_pwr_saving_setting()
483 struct rtsx_cr_option *option = &pcr->option; in rts5260_init_from_cfg() local
487 if (option->ltr_en) { in rts5260_init_from_cfg()
[all …]
/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_vlan_mcast.sh139 check_err $? "Wrong default mcast_snooping global option value"
140 log_test "Vlan mcast_snooping global option default value"
230 check_err $? "Wrong default mcast_querier global vlan option value"
231 log_test "Vlan mcast_querier global option default value"
260 check_err $? "Wrong default mcast_igmp_version global vlan option value"
261 log_test "Vlan mcast_igmp_version global option default value"
266 check_err $? "Wrong default mcast_mld_version global vlan option value"
267 log_test "Vlan mcast_mld_version global option default value"
272 log_test "Vlan 10 mcast_igmp_version option changed to 3"
282 log_test "Vlan 10 mcast_mld_version option changed to 2"
[all …]
/linux/sound/soc/intel/avs/boards/
H A DKconfig11 Use obsolete names for some of avs cards. This option should be
22 Say Y or m if you have such a device. This is a recommended option.
30 Say Y or m if you have such a device. This is a recommended option.
40 Say Y or m if you have such a device. This is a recommended option.
48 Say Y or m if you have such a device. This is a recommended option.
64 Say Y or m if you have such a device. This is a recommended option.
74 Say Y or m if you have such a device. This is a recommended option.
84 Say Y or m if you have such a device. This is a recommended option.
95 Say Y or m if you have such a device. This is a recommended option.
105 Say Y or m if you have such a device. This is a recommended option.
[all …]
/linux/arch/m68k/
H A DMakefile28 # 680x0 type is specified - and no option is specified for 68030 or
41 cpuflags-$(CONFIG_M5441x) = $(call cc-option,-mcpu=54455,-mcfv4e)
42 cpuflags-$(CONFIG_M54xx) = $(call cc-option,-mcpu=5475,-m5200)
43 cpuflags-$(CONFIG_M5407) = $(call cc-option,-mcpu=5407,-m5200)
44 cpuflags-$(CONFIG_M532x) = $(call cc-option,-mcpu=532x,-m5307)
45 cpuflags-$(CONFIG_M537x) = $(call cc-option,-mcpu=537x,-m5307)
46 cpuflags-$(CONFIG_M5307) = $(call cc-option,-mcpu=5307,-m5200)
47 cpuflags-$(CONFIG_M528x) = $(call cc-option,-mcpu=528x,-m5307)
48 cpuflags-$(CONFIG_M5275) = $(call cc-option,-mcpu=5275,-m5307)
49 cpuflags-$(CONFIG_M5272) = $(call cc-option,-mcpu=5272,-m5307)
[all …]
/linux/tools/perf/trace/beauty/
H A Dprctl.c16 static size_t prctl__scnprintf_option(int option, char *bf, size_t size, bool show_prefix) in prctl__scnprintf_option() argument
18 return strarray__scnprintf(&strarray__prctl_options, bf, size, "%d", show_prefix, option); in prctl__scnprintf_option()
21 static size_t prctl__scnprintf_set_mm(int option, char *bf, size_t size, bool show_prefix) in prctl__scnprintf_set_mm() argument
24 return strarray__scnprintf(&strarray__prctl_set_mm_options, bf, size, "%d", show_prefix, option); in prctl__scnprintf_set_mm()
29 int option = syscall_arg__val(arg, 0); in syscall_arg__scnprintf_prctl_arg2() local
31 if (option == PR_SET_MM) in syscall_arg__scnprintf_prctl_arg2()
37 if (option == PR_SET_NAME) in syscall_arg__scnprintf_prctl_arg2()
45 int option = syscall_arg__val(arg, 0); in syscall_arg__scnprintf_prctl_arg3() local
47 if (option == PR_SET_MM) in syscall_arg__scnprintf_prctl_arg3()
55 unsigned long option in syscall_arg__scnprintf_prctl_option() local
[all...]
/linux/net/netfilter/ipset/
H A DKconfig7 This option adds IP set support to the kernel.
32 This option adds the bitmap:ip set type support, by which one
41 This option adds the bitmap:ip,mac set type support, by which one
50 This option adds the bitmap:port set type support, by which one
59 This option adds the hash:ip set type support, by which one
69 This option adds the hash:ip,mark set type support, by which one
78 This option adds the hash:ip,port set type support, by which one
87 This option adds the hash:ip,port,ip set type support, by which
97 This option adds the hash:ip,port,net set type support, by which
107 This option adds the hash:ip,mac set type support, by which
[all …]
/linux/drivers/i2c/busses/
H A DKconfig23 If you say yes to this option, support will be included for the SMB
35 If you say yes to this option, support will be included for the SMB
47 If you say yes to this option, support will be included for the
57 If you say yes to this option, support will be included for the AMD
69 If you say yes to this option, support will be included for the
79 If you say yes to this option, support will be included for the AMD
90 This option enables support for the AMD ASF (Alert Standard Format)
119 If you say yes to this option, support will be included for the Intel
195 If you say yes to this option, support will be included for the Intel
206 If you say yes to this option, support will be included for the Intel
[all …]
/linux/arch/riscv/include/asm/
H A Dalternative-macros.h24 .option push
25 .option norvc
26 .option norelax
28 .option pop
38 .option push
39 .option norvc
40 .option norelax
42 .option pop
75 ".option push\n" \
76 ".option norvc\n" \
[all …]

12345678910>>...139