Home
last modified time | relevance | path

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

12345678910>>...166

/kernel/linux/linux-5.10/drivers/ata/
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.
141 This option enables support for Platform AHCI Serial ATA
[all …]
/kernel/linux/linux-5.10/net/mac80211/
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
64 Select this option to enable 802.11 mesh operation in mac80211
75 This option enables a few LED triggers for different
91 Select this option to have mac80211 register the
96 The overhead in this option is that all the messages
104 This option collects various mac80211 debug settings.
110 This option affects code generation in mac80211, when
115 This option increases code size a bit and inserts a lot
[all …]
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
DKconfig23 When selected, this option enables cache-sram support
26 parameters should be passed when this option is enabled.
32 This option enables support for the Freescale BSC9131RDB board.
41 This option enables support for the C293PCIE board
47 This option enables support for the Freescale BSC9132 QDS board.
56 This option enables support for the MPC 8540 ADS board
63 This option enables support for the MPC 8560 ADS board
71 This option enables support for the MPC85xx CDS board
80 This option enables support for the MPC85xx MDS board
87 This option enables support for the MPC8536 DS board
[all …]
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
Dgop.c27 enum efi_cmdline_option option; member
36 } cmdline = { .option = EFI_CMDLINE_NONE };
38 static bool parse_modenum(char *option, char **next) in parse_modenum() argument
42 if (!strstarts(option, "mode=")) in parse_modenum()
44 option += strlen("mode="); in parse_modenum()
45 m = simple_strtoull(option, &option, 0); in parse_modenum()
46 if (*option && *option++ != ',') in parse_modenum()
48 cmdline.option = EFI_CMDLINE_MODE_NUM; in parse_modenum()
51 *next = option; in parse_modenum()
55 static bool parse_res(char *option, char **next) in parse_res() argument
[all …]
/kernel/linux/linux-5.10/drivers/leds/
DKconfig5 This option provides the function gpio_led_register_device.
20 This option enables the LED sysfs class in /sys/class/leds. You'll
27 This option enables the flash LED sysfs class in /sys/class/leds.
37 This option enables the multicolor LED sysfs class in /sys/class/leds.
47 This option enables support for the brightness_hw_changed attribute
59 This option enables support for on-chip LED drivers found on Marvell
70 This option enables support for the LEDs on the AAT1290.
76 This option enables support for the AN30259A 3-channel
120 This option enables support for the AW2013 3-channel
132 This option enables support for LEDs connected to the BCM6328
[all …]
/kernel/linux/linux-5.10/sound/soc/sof/
DKconfig18 This adds support for PCI enumeration. This option is
20 Say Y if you need this option
30 This adds support for ACPI enumeration. This option is required
32 Say Y if you need this option
40 This adds support for Device Tree enumeration. This option is
42 Say Y if you need this option. If unsure select "N".
48 This option enables the data probing feature that can be used to
57 This option unlock SOF developer options for debug/performance/
59 Distributions should not select this option, only SOF development
61 Say Y if you are involved in SOF development and need this option
[all …]
/kernel/linux/linux-5.10/drivers/pnp/
Dquirks.c27 struct pnp_option *option, in quirk_awe32_add_ports() argument
34 dev_err(&dev->dev, "couldn't add ioport region to option set " in quirk_awe32_add_ports()
35 "%d\n", pnp_option_set(option)); in quirk_awe32_add_ports()
39 *new_option = *option; in quirk_awe32_add_ports()
42 list_add(&new_option->list, &option->list); in quirk_awe32_add_ports()
47 pnp_option_set(option)); in quirk_awe32_add_ports()
52 struct pnp_option *option; in quirk_awe32_resources() local
57 * one given) to every dependent option set. in quirk_awe32_resources()
59 list_for_each_entry(option, &dev->options, list) { in quirk_awe32_resources()
60 if (pnp_option_is_dependent(option) && in quirk_awe32_resources()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/platforms/44x/
DKconfig7 This option enables support for the 47x family of processors and is
17 This option enables support for the IBM PPC440EP evaluation board.
30 This option enables support for the APM APM821xx Evaluation board.
40 This option enables support for the IBM PPC440GP evaluation board.
48 This option enables support for the ACube Sam440ep board.
56 This option enables support for the AMCC PPC440EPX evaluation board.
65 This option enables support for the AMCC PPC440GX "Taishan"
78 This option enables support for the AMCC PPC440SPe evaluation board.
87 This option enables support for the AMCC PPC440GRX evaluation board.
94 This option enables support for the PIKA Warp(tm) Appliance. The Warp
[all …]
/kernel/linux/linux-5.10/sound/soc/intel/
DKconfig10 enable this option by saying Y
29 with I2S codec present. This is a recommended option.
47 enable this option by saying Y or m. Distros will typically not
48 enable this option: while Merrifield/Edison can run a mainline
61 codec, then enable this option by saying Y or m. This is a
62 recommended option
63 This option is mutually exclusive with the SOF support on
65 Baytrail/Cherrytrail, you need to deselect this option first.
78 This is a backwards-compatible option to select all devices
79 supported by the Intel SST/Skylake driver. This option is no
[all …]
/kernel/linux/linux-5.10/arch/x86/lib/
Dcmdline.c17 * Find a boolean option (like quiet,noapic,nosmp....)
20 * @option: option string to look for
22 * Returns the position of that @option (starts counting with 1)
23 * or 0 on not found. @option will only be found if it is found
24 * as an entire word in @cmdline. For instance, if @option="car"
29 const char *option) in __cmdline_find_option_bool() argument
59 opptr = option; in __cmdline_find_option_bool()
67 * option we were looking for. If the in __cmdline_find_option_bool()
74 * We hit the end of the option, but _not_ in __cmdline_find_option_bool()
107 * Find a non-boolean option (i.e. option=argument). In accordance with
[all …]
/kernel/linux/linux-5.10/sound/soc/sof/intel/
DKconfig17 This option is not user-selectable but automagically handled by
33 This option is not user-selectable but automagically handled by
39 This option is not user-selectable but automagically handled by
47 This option is not user-selectable but automagically handled by
57 This option is not user-selectable but automagically handled by
68 This option is mutually exclusive with the Atom/SST and Baytrail
71 SOF does not support Baytrail-CR for now, so this option is not
82 This option is not user-selectable but automagically handled by
91 This option is mutually exclusive with the Haswell/Broadwell legacy
94 SOF does fully support Broadwell yet, so this option is not
[all …]
/kernel/linux/linux-5.10/security/selinux/
DKconfig17 This option adds a kernel parameter 'selinux', which allows SELinux
18 to be disabled at boot. If this option is selected, SELinux
20 command line. The purpose of this option is to allow a single
32 This option enables writing to a selinuxfs node 'disable', which
35 This option is similar to the selinux=0 boot parameter, but is to
40 NOTE: selecting this option will disable the '__ro_after_init'
43 option.
45 WARNING: this option is deprecated and will be removed in a future
55 This enables the development support option of NSA SELinux,
57 policies. If unsure, say Y. With this option enabled, the
[all …]
/kernel/linux/linux-5.10/Documentation/input/devices/
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 …]
/kernel/linux/linux-5.10/drivers/staging/greybus/
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 …]
/kernel/linux/linux-5.10/tools/perf/Documentation/
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 …]
Dperf-config.txt11 'perf config' [<file-option>] [section.name[=value] ...]
13 'perf config' [<file-option>] -l | --list
213 Can be overridden by the --proc-map-timeout option on supported
247 supported by binutils, such as "intel", see the '-M' option help in the
252 this option lets 'annotate' print a list of assembly code with the source code.
254 If this option is 'true', they can be printed
262 But if this option is 'false', source code of the part
276 This option works with tui, stdio2 browsers.
292 Default is true. This option is only applied to TUI.
296 This option works with tui, stdio2 browsers.
[all …]
/kernel/linux/linux-5.10/scripts/
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 to value
26 --undefine|-u option Undefine option
27 --state|-s option Print state of option (n,y,m,undef)
29 --enable-after|-E beforeopt option
[all …]
DMakefile.ubsan6 CFLAGS_UBSAN += $(call cc-option, -fsanitize=alignment)
13 CFLAGS_UBSAN += $(call cc-option, -fsanitize=bounds)
22 CFLAGS_UBSAN += $(call cc-option, -fsanitize=shift)
23 CFLAGS_UBSAN += $(call cc-option, -fsanitize=integer-divide-by-zero)
24 CFLAGS_UBSAN += $(call cc-option, -fsanitize=unreachable)
25 CFLAGS_UBSAN += $(call cc-option, -fsanitize=signed-integer-overflow)
26 CFLAGS_UBSAN += $(call cc-option, -fsanitize=bool)
27 CFLAGS_UBSAN += $(call cc-option, -fsanitize=enum)
31 CFLAGS_UBSAN += $(call cc-option, -fsanitize-undefined-trap-on-error)
36 CFLAGS_UBSAN += $(call cc-option, -Wno-maybe-uninitialized)
/kernel/linux/linux-5.10/net/netfilter/
DKconfig27 If this option is enabled, the kernel will include support
35 If this option is enabled, the kernel will include support
43 If this option is enabled, the kernel will include support
55 If this option is enabled, the kernel will include support
89 This option enables support for connection marks, used by the
99 This option enables security markings to be applied to
111 This option enables support for connection tracking zones.
123 This option enables for the list of known conntrack entries
132 If this option is enabled, the connection tracking code will
142 This option enables support for connection tracking timeout
[all …]
/kernel/linux/linux-5.10/kernel/rcu/
DKconfig12 This option selects the RCU implementation that is
22 This option selects the RCU implementation that is
28 Select this option if you are unsure.
34 This option selects the RCU implementation that is
36 is not required. This option greatly reduces the
43 This option needs to be enabled if you wish to make
57 This option selects the sleepable version of RCU. This version
65 This option selects the single-CPU non-preemptible version of SRCU.
71 This option selects the full-fledged version of SRCU.
77 This option enables generic infrastructure code supporting
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
DKconfig11 Choose this option if you have a Samsung SoC Exynos chipset.
23 Choose this option if you want to use Exynos FIMD for DRM.
28 Choose this option if you want to use Exynos5433 DECON for DRM.
34 Choose this option if you want to use Exynos DECON for DRM.
39 Choose this option if you want to use Exynos Mixer for DRM.
44 Choose this option if you want to use Exynos VIDI for DRM.
79 Choose this option if you want to use Exynos HDMI for DRM.
85 Choose this option if you want to use Exynos MIC for DRM.
94 Choose this option if you want to use Exynos G2D for DRM.
103 Choose this option if you want to use Exynos FIMC for DRM.
[all …]
/kernel/linux/linux-5.10/arch/s390/
DKconfig263 depends on $(cc-option,-march=z900)
272 depends on $(cc-option,-march=z990)
281 depends on $(cc-option,-march=z9-109)
290 depends on $(cc-option,-march=z10)
299 depends on $(cc-option,-march=z196)
308 depends on $(cc-option,-march=zEC12)
317 depends on $(cc-option,-march=z13)
326 depends on $(cc-option,-march=z14)
335 depends on $(cc-option,-march=z15)
377 This option only changes how the compiler emits instructions, not the
[all …]
/kernel/linux/linux-5.10/drivers/misc/cardreader/
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()
485 struct rtsx_cr_option *option = &pcr->option; in rts5260_init_from_cfg() local
508 if (option->ltr_en) { in rts5260_init_from_cfg()
[all …]
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
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 = arg->val; in syscall_arg__scnprintf_prctl_option() local
[all …]
/kernel/linux/linux-5.10/arch/x86/
DMakefile16 # clang has the option -mstack-alignment for that purpose.
17 ifneq ($(call cc-option, -mpreferred-stack-boundary=4),)
20 else ifneq ($(call cc-option, -mstack-alignment=16),)
28 # The -m16 option is supported by GCC >= 4.9 and clang >= 3.5. For
32 M16_CFLAGS := $(call cc-option, -m16, $(CODE16GCC_CFLAGS))
37 -mno-mmx -mno-sse $(call cc-option,-fcf-protection=none)
41 REALMODE_CFLAGS += $(call __cc-option, $(CC), $(REALMODE_CFLAGS), -Wno-address-of-packed-member)
42 REALMODE_CFLAGS += $(call __cc-option, $(CC), $(REALMODE_CFLAGS), $(cc_stack_align4))
59 KBUILD_CFLAGS += $(call cc-option,-mno-avx,)
62 KBUILD_CFLAGS += $(call cc-option,-fcf-protection=none)
[all …]

12345678910>>...166