/Linux-v6.6/net/mac80211/ |
D | Kconfig | 13 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-v6.6/drivers/ata/ |
D | Kconfig | 47 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. 143 This option enables support for Platform AHCI Serial ATA [all …]
|
/Linux-v6.6/sound/soc/sof/ |
D | Kconfig | 19 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-v6.6/arch/powerpc/platforms/85xx/ |
D | Kconfig | 23 This option enables support for the Freescale BSC9131RDB board. 32 This option enables support for the C293PCIE board 38 This option enables support for the Freescale BSC9132 QDS board. 47 This option enables support for the MPC 8540 ADS board 54 This option enables support for the MPC 8560 ADS board 62 This option enables support for the MPC85xx CDS board 71 This option enables support for the MPC8568 MDS, MPC8569 MDS and P1021 MDS boards 78 This option enables support for the MPC8536 DS board 87 This option enables support for the MPC8544 DS and MPC8572 DS boards 95 This option enables support for the P1020 MBG PC, P1020 UTM PC, [all …]
|
/Linux-v6.6/drivers/firmware/efi/libstub/ |
D | gop.c | 27 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 …]
|
/Linux-v6.6/drivers/leds/ |
D | Kconfig | 5 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 66 This option enables support for the AN30259A 3-channel 102 This option enables support for the AW20036/AW20054/AW20072 LED driver. 114 This option enables support for the AW2013 3-channel 126 This option enables support for LEDs connected to the BCM6328 [all …]
|
/Linux-v6.6/lib/ |
D | Kconfig.ubsan | 8 This option enables the Undefined Behaviour sanity checker. 38 def_bool $(cc-option,-fsanitize=bounds-strict) 40 The -fsanitize=bounds-strict option is only available on GCC, 46 def_bool $(cc-option,-fsanitize=array-bounds) 48 Under Clang, the -fsanitize=bounds option is actually composed 61 This option enables detection of directly indexed out of bounds 70 GCC's bounds sanitizer. This option is used to select the 76 Clang's array bounds sanitizer. This option is used to select 82 This option enables Clang's -fsanitize=local-bounds which traps 85 be known statically) is out-of-bounds. Since this option is [all …]
|
/Linux-v6.6/drivers/pnp/ |
D | quirks.c | 27 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-v6.6/arch/powerpc/platforms/44x/ |
D | Kconfig | 7 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-v6.6/arch/x86/lib/ |
D | cmdline.c | 18 * Find a boolean option (like quiet,noapic,nosmp....) 22 * @option: option string to look for 24 * Returns the position of that @option (starts counting with 1) 25 * or 0 on not found. @option will only be found if it is found 26 * as an entire word in @cmdline. For instance, if @option="car" 31 const char *option) in __cmdline_find_option_bool() argument 61 opptr = option; in __cmdline_find_option_bool() 69 * option we were looking for. If the in __cmdline_find_option_bool() 76 * We hit the end of the option, but _not_ in __cmdline_find_option_bool() 109 * Find a non-boolean option (i.e. option=argument). In accordance with [all …]
|
/Linux-v6.6/sound/soc/intel/ |
D | Kconfig | 10 enable this option by saying Y 31 with I2S codec present. This is a recommended option. 49 enable this option by saying Y or m. Distros will typically not 50 enable this option: while Merrifield/Edison can run a mainline 64 codec, then enable this option by saying Y or m. This is a 65 recommended option 66 This option is mutually exclusive with the SOF support on 68 Baytrail/Cherrytrail, you need to deselect this option first. 81 This is a backwards-compatible option to select all devices 82 supported by the Intel SST/Skylake driver. This option is no [all …]
|
/Linux-v6.6/drivers/ata/pata_parport/ |
D | Kconfig | 10 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-v6.6/Documentation/input/devices/ |
D | appletouch.rst | 42 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-v6.6/net/netfilter/ |
D | Kconfig | 42 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-v6.6/drivers/staging/greybus/ |
D | Kconfig | 8 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-v6.6/scripts/ |
D | config | 19 --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 …]
|
D | Makefile.compiler | 19 # 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 …]
|
/Linux-v6.6/tools/perf/Documentation/ |
D | intel-bts.txt | 17 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 …]
|
D | perf-config.txt | 11 'perf config' [<file-option>] [section.name[=value] ...] 13 'perf config' [<file-option>] -l | --list 211 Can be overridden by the --proc-map-timeout option on supported 258 supported by binutils, such as "intel", see the '-M' option help in the 263 this option lets 'annotate' print a list of assembly code with the source code. 265 If this option is 'true', they can be printed 273 But if this option is 'false', source code of the part 287 This option works with tui, stdio2 browsers. 303 Default is true. This option is only applied to TUI. 307 This option works with tui, stdio2 browsers. [all …]
|
/Linux-v6.6/kernel/rcu/ |
D | Kconfig | 14 This option selects the RCU implementation that is 24 This option selects the RCU implementation that is 30 Select this option if you are unsure. 36 This option selects the RCU implementation that is 38 is not required. This option greatly reduces the 45 This option needs to be enabled if you wish to make 60 This option selects the single-CPU non-preemptible version of SRCU. 66 This option selects the full-fledged version of SRCU. 74 This option enables generic infrastructure code supporting 83 This option force-enables a task-based RCU implementation [all …]
|
/Linux-v6.6/sound/soc/amd/ |
D | Kconfig | 5 This option enables ACP DMA support on AMD platform. 17 This option enables machine driver for DA7219, RT5682 and MAX9835. 24 This option enables machine driver for rt5645. 33 This option enables machine driver for Jadeite platform 42 This option enables ACP v3.x I2S support on AMD platform 55 This option enables machine driver for RT5682 and MAX9835. 62 This option enables ACP support for Renoir platform 69 This option enables machine driver for DMIC 76 This option enables ACP v5.x support on AMD platform 89 This option enables machine driver for Vangogh platform [all …]
|
/Linux-v6.6/arch/s390/ |
D | Kconfig | 267 This option also enables s390 zfcpdump. 306 depends on $(cc-option,-march=z10) 314 depends on $(cc-option,-march=z196) 323 depends on $(cc-option,-march=zEC12) 332 depends on $(cc-option,-march=z13) 341 depends on $(cc-option,-march=z14) 350 depends on $(cc-option,-march=z15) 359 depends on $(cc-option,-march=z16) 394 This option only changes how the compiler emits instructions, not the 409 depends on $(cc-option,-mtune=z196) [all …]
|
/Linux-v6.6/drivers/gpu/drm/exynos/ |
D | Kconfig | 13 Choose this option if you have a Samsung SoC Exynos chipset. 25 Choose this option if you want to use Exynos FIMD for DRM. 30 Choose this option if you want to use Exynos5433 DECON for DRM. 36 Choose this option if you want to use Exynos DECON for DRM. 41 Choose this option if you want to use Exynos Mixer for DRM. 46 Choose this option if you want to use Exynos VIDI for DRM. 83 Choose this option if you want to use Exynos HDMI for DRM. 89 Choose this option if you want to use Exynos MIC for DRM. 97 Choose this option if you want to use Exynos G2D for DRM. 106 Choose this option if you want to use Exynos FIMC for DRM. [all …]
|
/Linux-v6.6/arch/m68k/ |
D | Makefile | 28 # 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-v6.6/arch/x86/ |
D | Makefile_32.cpu | 5 tune = $(call cc-option,-mtune=$(1),$(2)) 8 align := -falign-functions=0 $(call cc-option,-falign-jumps=0) $(call cc-option,-falign-loops=0) 27 cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8,-march=athlon) 30 cflags-$(CONFIG_MWINCHIPC6) += $(call cc-option,-march=winchip-c6,-march=i586) 31 cflags-$(CONFIG_MWINCHIP3D) += $(call cc-option,-march=winchip2,-march=i586) 32 cflags-$(CONFIG_MCYRIXIII) += $(call cc-option,-march=c3,-march=i486) $(align) 33 cflags-$(CONFIG_MVIAC3_2) += $(call cc-option,-march=c3-2,-march=i686) 36 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom,$(call cc-option,-march=core2,-march=i686))… 37 $(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic)) 44 cflags-$(CONFIG_MGEODE_LX) += $(call cc-option,-march=geode,-march=pentium-mmx) [all …]
|