Home
last modified time | relevance | path

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

12345678910>>...141

/Linux-v5.4/drivers/ata/
DKconfig41 This option adds parsing of ATA command descriptions and error bits
43 This option will enlarge the kernel by approx. 6KB. Disable it only
53 This option adds support for ATA-related ACPI objects.
59 option libata.noacpi=1
65 This option adds support for SATA Zero Power Optical Disc
78 This option adds support for SATA Port Multipliers
89 This option enables support for AHCI Serial ATA.
115 This option enables support for Platform AHCI Serial ATA
125 This option enables support for the AHCI SATA3 controller found on
134 This option enables support for the DaVinci DA850 SoC's
[all …]
/Linux-v5.4/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 …]
/Linux-v5.4/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 …]
/Linux-v5.4/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 support for the brightness_hw_changed attribute
49 This option enables support for on-chip LED drivers found on Marvell
60 This option enables support for the LEDs on the AAT1290.
66 This option enables support for the AN30259A 3-channel
101 This option enables support for LEDs connected to the BCM6328
110 This option enables support for LEDs connected to the BCM6358
119 This option enables support for LEDs offered by Motorola's
[all …]
/Linux-v5.4/sound/soc/intel/
DKconfig10 enable this option by saying Y
20 # This option controls the IPC core for HiFi2 platforms
25 # This option controls the PCI-based IPC for HiFi2 platforms
31 # This option controls the ACPI-based IPC for HiFi2 platforms
36 # This option controls ACPI-based probing on
46 # This option controls firmware download on
60 an I2S codec, then enable this option by saying Y or m. This is
61 typically used for Chromebooks. This is a recommended option.
72 then enable this option by saying Y or m. This was typically used
73 for Baytrail Chromebooks but this option is now deprecated and is
[all …]
/Linux-v5.4/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 …]
/Linux-v5.4/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 …]
/Linux-v5.4/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 …]
/Linux-v5.4/scripts/
Dconfig16 --enable|-e option Enable option
17 --disable|-d option Disable option
18 --module|-m option Turn option into a module
19 --set-str option string
20 Set option to "string"
21 --set-val option value
22 Set option to value
23 --undefine|-u option Undefine option
24 --state|-s option Print state of option (n,y,m,undef)
26 --enable-after|-E beforeopt option
[all …]
DMakefile.ubsan3 CFLAGS_UBSAN += $(call cc-option, -fsanitize=shift)
4 CFLAGS_UBSAN += $(call cc-option, -fsanitize=integer-divide-by-zero)
5 CFLAGS_UBSAN += $(call cc-option, -fsanitize=unreachable)
6 CFLAGS_UBSAN += $(call cc-option, -fsanitize=signed-integer-overflow)
7 CFLAGS_UBSAN += $(call cc-option, -fsanitize=bounds)
8 CFLAGS_UBSAN += $(call cc-option, -fsanitize=object-size)
9 CFLAGS_UBSAN += $(call cc-option, -fsanitize=bool)
10 CFLAGS_UBSAN += $(call cc-option, -fsanitize=enum)
13 CFLAGS_UBSAN += $(call cc-option, -fsanitize=alignment)
18 CFLAGS_UBSAN += $(call cc-option, -Wno-maybe-uninitialized)
/Linux-v5.4/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 …]
/Linux-v5.4/sound/soc/sof/
DKconfig20 This adds support for PCI enumeration. This option is
22 Say Y if you need this option
34 This adds support for ACPI enumeration. This option is required
36 Say Y if you need this option
45 This adds support for Device Tree enumeration. This option is
47 Say Y if you need this option. If unsure select "N".
52 This option is not user-selectable but automagically handled by
64 option if no known codec is detected. This is typically only
67 Say Y if you need this nocodec fallback option
73 This option enables strict ABI checks for firmware and topology
[all …]
/Linux-v5.4/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
74 This option is not user-selectable but automagically handled by
90 This option is not user-selectable but automagically handled by
109 This option is not user-selectable but automagically handled by
124 This option is not user-selectable but automagically handled by
139 This option is not user-selectable but automagically handled by
[all …]
/Linux-v5.4/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 …]
/Linux-v5.4/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.
124 This option enables for the list of known conntrack entries
133 If this option is enabled, the connection tracking code will
143 This option enables support for connection tracking timeout
[all …]
/Linux-v5.4/drivers/staging/greybus/
DKconfig8 Select this option if you have a device that follows the
17 Select this option if you have a device that follows the
27 Select this option if you have a device that follows the
37 Select this option if you have a device that follows the
47 Select this option if you have a device that follows the
57 Select this option if you have a device that follows the
66 Select this option if you have a device that follows the
75 Select this option if you have a device that follows the
85 Select this option if you have a device that follows the
94 Select this option if you have a device that follows the
[all …]
/Linux-v5.4/drivers/misc/cardreader/
Drts5249.c96 struct rtsx_cr_option *option = &(pcr->option); in rts5249_init_from_cfg() local
118 if (option->ltr_en) { in rts5249_init_from_cfg()
123 option->ltr_enabled = true; in rts5249_init_from_cfg()
124 option->ltr_active = true; in rts5249_init_from_cfg()
125 rtsx_set_ltr_latency(pcr, option->ltr_active_latency); in rts5249_init_from_cfg()
127 option->ltr_enabled = false; in rts5249_init_from_cfg()
134 struct rtsx_cr_option *option = &(pcr->option); in rts5249_init_from_hw() local
138 option->force_clkreq_0 = false; in rts5249_init_from_hw()
140 option->force_clkreq_0 = true; in rts5249_init_from_hw()
147 struct rtsx_cr_option *option = &(pcr->option); in rts5249_extra_init_hw() local
[all …]
Drts5260.c195 struct rtsx_cr_option *option = &pcr->option; in rts5260_card_power_on() local
197 if (option->ocp_en) in rts5260_card_power_on()
291 if (pcr->option.ocp_en) in rts5260_card_power_off()
299 struct rtsx_cr_option *option = &pcr->option; in rts5260_init_ocp() local
301 if (option->ocp_en) { in rts5260_init_ocp()
307 option->sd_800mA_ocp_thd); in rts5260_init_ocp()
379 if (!pcr->option.ocp_en) in rts5260_process_ocp()
479 /*Option cut APHY*/ in rts5260_pwr_saving_setting()
500 struct rtsx_cr_option *option = &pcr->option; in rts5260_init_from_cfg() local
519 if (option->ltr_en) { in rts5260_init_from_cfg()
[all …]
/Linux-v5.4/drivers/gpu/drm/exynos/
DKconfig10 Choose this option if you have a Samsung SoC EXYNOS chipset.
22 Choose this option if you want to use Exynos FIMD for DRM.
27 Choose this option if you want to use Exynos5433 DECON for DRM.
33 Choose this option if you want to use Exynos DECON for DRM.
38 Choose this option if you want to use Exynos Mixer for DRM.
43 Choose this option if you want to use Exynos VIDI for DRM.
78 Choose this option if you want to use Exynos HDMI for DRM.
84 Choose this option if you want to use Exynos MIC for DRM.
93 Choose this option if you want to use Exynos G2D for DRM.
102 Choose this option if you want to use Exynos FIMC for DRM.
[all …]
/Linux-v5.4/arch/x86/
DMakefile_32.cpu6 HAS_MTUNE := $(call cc-option-yn, -mtune=i386)
8 tune = $(call cc-option,-mtune=$(1),$(2))
10 tune = $(call cc-option,-mcpu=$(1),$(2))
26 cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8,-march=athlon)
29 cflags-$(CONFIG_MWINCHIPC6) += $(call cc-option,-march=winchip-c6,-march=i586)
30 cflags-$(CONFIG_MWINCHIP3D) += $(call cc-option,-march=winchip2,-march=i586)
31 cflags-$(CONFIG_MCYRIXIII) += $(call cc-option,-march=c3,-march=i486) -falign-functions=0 -falign-j…
32 cflags-$(CONFIG_MVIAC3_2) += $(call cc-option,-march=c3-2,-march=i686)
35 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom,$(call cc-option,-march=core2,-march=i686))…
36 $(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic))
[all …]
/Linux-v5.4/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.
52 This enables the development support option of NSA SELinux,
54 policies. If unsure, say Y. With this option enabled, the
65 This option collects access vector cache statistics to
[all …]
/Linux-v5.4/tools/perf/trace/beauty/
Dprctl.c14 static size_t prctl__scnprintf_option(int option, char *bf, size_t size, bool show_prefix) in prctl__scnprintf_option() argument
17 return strarray__scnprintf(&strarray__prctl_options, bf, size, "%d", show_prefix, option); in prctl__scnprintf_option()
20 static size_t prctl__scnprintf_set_mm(int option, char *bf, size_t size, bool show_prefix) in prctl__scnprintf_set_mm() argument
23 return strarray__scnprintf(&strarray__prctl_set_mm_options, bf, size, "%d", show_prefix, option); in prctl__scnprintf_set_mm()
28 int option = syscall_arg__val(arg, 0); in syscall_arg__scnprintf_prctl_arg2() local
30 if (option == PR_SET_MM) in syscall_arg__scnprintf_prctl_arg2()
36 if (option == PR_SET_NAME) in syscall_arg__scnprintf_prctl_arg2()
44 int option = syscall_arg__val(arg, 0); in syscall_arg__scnprintf_prctl_arg3() local
46 if (option == PR_SET_MM) in syscall_arg__scnprintf_prctl_arg3()
54 unsigned long option = arg->val; in syscall_arg__scnprintf_prctl_option() local
[all …]
/Linux-v5.4/kernel/rcu/
DKconfig12 This option selects the RCU implementation that is
21 This option selects the RCU implementation that is
27 Select this option if you are unsure.
33 This option selects the RCU implementation that is
35 is not required. This option greatly reduces the
42 This option needs to be enabled if you wish to make
56 This option selects the sleepable version of RCU. This version
64 This option selects the single-CPU non-preemptible version of SRCU.
70 This option selects the full-fledged version of SRCU.
76 This option enables a task-based RCU implementation that uses
[all …]
/Linux-v5.4/arch/powerpc/
DMakefile15 HAS_BIARCH := $(call cc-option-yn, -m32)
23 # These options will be overridden by any -mcpu option that the CPU
84 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-save-toc-indirect)
86 KBUILD_CFLAGS += $(call cc-option,-mbig-endian)
94 cflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mabi=elfv1)
95 cflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mcall-aixdesc)
96 aflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mabi=elfv1)
104 cflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mbig-endian)
106 aflags-$(CONFIG_CPU_BIG_ENDIAN) += $(call cc-option,-mbig-endian)
125 LDFLAGS_vmlinux += $(call ld-option,--orphan-handling=warn)
[all …]
/Linux-v5.4/net/netfilter/ipset/
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 …]

12345678910>>...141