Home
last modified time | relevance | path

Searched +full:default +full:- +full:on (Results 1 – 25 of 1116) sorted by relevance

12345678910>>...45

/linux/drivers/clk/mediatek/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
6 depends on ARCH_MEDIATEK || COMPILE_TEST
23 depends on (ARCH_MEDIATEK && ARM) || COMPILE_TEST
25 default ARCH_MEDIATEK && ARM
31 depends on COMMON_CLK_MT2701
37 depends on COMMON_CLK_MT2701
43 depends on COMMON_CLK_MT2701
49 depends on COMMON_CLK_MT2701
55 depends on COMMON_CLK_MT2701
61 depends on COMMON_CLK_MT2701
[all …]
/linux/drivers/pinctrl/mediatek/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 depends on ARCH_MEDIATEK || ARCH_AIROHA || RALINK || COMPILE_TEST
7 depends on PINCTRL_MTK || PINCTRL_MTK_MOORE || PINCTRL_MTK_PARIS || COMPILE_TEST
10 default y if PINCTRL_MTK || PINCTRL_MTK_MOORE
11 default PINCTRL_MTK_PARIS
15 depends on OF
26 depends on RALINK
32 depends on OF
42 depends on OF
52 depends on SOC_MT7620 || COMPILE_TEST
[all …]
/linux/arch/powerpc/platforms/
H A DKconfig.cputype1 # SPDX-License-Identifier: GPL-2.0
4 default y if !PPC64
7 bool "64-bit kernel"
10 This option selects whether a 32-bit or a 64-bit kernel
16 depends on PPC32
58 depends on PPC_BOOK3S_32
59 default y
61 Provide support for processors based on the 603 cores. Those
66 depends on PPC_BOOK3S_32
67 default y
[all …]
/linux/drivers/media/tuners/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
2 # Analog TV tuners, auto-loaded via tuner.ko
5 …depends on (MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_RADIO_SUPPORT || MEDIA_SD…
6 default y
18 comment "Tuner drivers auto-selected by 'Autoselect ancillary drivers'"
19 depends on MEDIA_HIDE_ANCILLARY_SUBDRV
20 …depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_RADIO_SUPPORT || MEDIA_SDR…
24 …depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_RADIO_SUPPORT || MEDIA_SDR…
28 depends on MEDIA_SUPPORT && I2C && VIDEO_DEV
30 default m if !MEDIA_SUBDRV_AUTOSELECT
[all …]
/linux/arch/powerpc/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
5 def_bool PPC64 && $(cc-option, -mabi=elfv2)
8 def_bool PPC64 && $(cc-option, -mcpu=power10 -mprefixed)
11 # Clang has a bug (https://github.com/llvm/llvm-project/issues/62372)
12 # where pcrel code is not generated if -msoft-float, -mno-altivec, or
13 # -mno-vsx options are also given. Without these options, fp/vec
16 def_bool PPC64 && CC_IS_GCC && $(cc-option, -mcpu=power10 -mpcrel)
20 default y if PPC32
24 default y if PPC64
28 depends on LIVEPATCH
[all …]
/linux/drivers/pinctrl/freescale/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
4 depends on OF
12 depends on ARM_SCMI_PROTOCOL && OF
23 depends on OF
24 depends on IMX_SCU || COMPILE_TEST
25 default IMX_SCU
35 depends on OF
36 depends on SOC_IMX1 || COMPILE_TEST
37 default SOC_IMX1
44 depends on OF
[all …]
/linux/drivers/clk/sunxi-ng/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
4 depends on ARCH_SUNXI || COMPILE_TEST
6 default ARCH_SUNXI
12 default ARCH_SUNXI
13 depends on MACH_SUNIV || COMPILE_TEST
17 default ARCH_SUNXI
18 depends on MACH_SUN8I || RISCV || COMPILE_TEST
22 default ARCH_SUNXI
23 depends on MACH_SUN8I || RISCV || COMPILE_TEST
27 default ARCH_SUNXI
[all …]
/linux/security/integrity/ima/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
37 depends on TCG_TPM && HAVE_IMA_KEXEC
38 default n
40 TPM PCRs are only reset on a hard reboot. In order to validate
42 running kernel must be saved and restored on boot.
44 Depending on the IMA policy, the measurement list can grow to
50 default 1
[all...]
/linux/sound/soc/codecs/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
5 # setting - SPI can't be modular so that case doesn't need to be covered.
8 default m if I2C=m
9 default y if I2C=y
10 default y if SPI_MASTER=y
16 depends on COMPILE_TEST
378 depends on MFD_88PM860
[all...]
/linux/arch/sparc/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 bool "64-bit kernel" if "$(ARCH)" = "sparc"
4 default "$(ARCH)" = "sparc64"
10 Say yes to build a 64-bit kernel - formerly known as sparc64
11 Say no to build a 32-bit kernel - formerly known as sparc
15 default y
124 default y if SPARC64
128 default y if SPARC64
135 default y
139 default y
[all …]
/linux/arch/sh/mm/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
6 depends on !CPU_SH2
10 default y
12 Some SH processors (such as SH-2/SH-2A) lack an MMU. In order to
13 boot on these systems, this option must not be set.
15 On other systems (such as the SH-3 and 4) where an MMU exists,
16 turning this off will boot the kernel on these machines with the
26 On MMU-less systems, any of these page sizes can be selected
30 default "0x80000000" if MMU
31 default "0x00000000"
[all …]
/linux/init/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
4 default "$(CC_VERSION_TEXT)"
8 - Re-run Kconfig when the compiler is updated
9 The 'default' property references the environment variable,
13 - Ensure full rebuild when the compiler is updated
14 include/linux/compiler-version.h contains this option in the comment
16 auto-generated dependency. When the compiler is updated, syncconfig
20 def_bool $(success,test "$(cc-name)" = GCC)
24 default $(cc-version) if CC_IS_GCC
25 default 0
[all …]
/linux/drivers/reset/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
7 default y if ARCH_HAS_RESET_CONTROLLER
12 via GPIOs or SoC-internal reset controller modules.
20 depends on MFD_ALTERA_A10SR || COMPILE_TEST
23 peripheral PHYs on the Altera Arria10 System Resource Chip.
27 depends on ARCH_ASPEED || COMPILE_TEST
34 default ATH79
41 default ARC_PLAT_AXS10X
47 depends on BMIPS_GENERIC || COMPILE_TEST
48 default BMIPS_GENERIC
[all …]
/linux/arch/arm64/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
287 ARM 64-bit (AArch64) Linux support.
291 depends on CPU_LITTLE_ENDIAN
292 # Shadow call stack is only supported on certain rustc versions.
295 # required due to use of the -Zfixed-x18 flag.
298 # -Zsanitizer=shadow-call-stack flag.
299 …depends on !SHADOW_CALL_STACK || RUSTC_VERSION >= 108200 || RUSTC_VERSION >= 108000 && UNWIND_PATC…
304 depends on AS_IS_GNU || (AS_IS_LLVM && (LD_IS_LLD || LD_VERSION >= 23600))
308 depends on $(cc-option,-fpatchable-function-entry=2)
318 default 5 if PAGE_SIZE_64KB
[all …]
/linux/mm/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
14 depends on MMU && BLOCK && !ARCH_NO_SWAP
15 default y
24 depends on SWAP
30 compress them into a dynamically allocated RAM-based memory pool.
31 This can result in a significant I/O reduction on swap device and,
36 bool "Enable the compressed cache for swap pages by default"
37 depends on ZSWAP
46 bool "Shrink the zswap pool on memory pressure"
47 depends on ZSWAP
[all …]
/linux/arch/arc/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
90 source "arch/arc/plat-tb10x/Kconfig"
91 source "arch/arc/plat-axs10x/Kconfig"
92 source "arch/arc/plat-hsdk/Kconfig"
98 default ISA_ARCV2
110 ISA for the Next Generation ARC-HS cores
118 default ARC_CPU_770 if ISA_ARCOMPACT
119 default ARC_CPU_HS if ISA_ARCV2
123 depends on ISA_ARCOMPACT
[all …]
/linux/lib/crypto/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
31 # BLAKE2s support is always built-in, so there's no CRYPTO_LIB_BLAKE2S option.
35 depends on !UML
36 default y if ARM
37 default y if X86_64
48 depends on CRYPTO_LIB_CHACHA && !UML && !KMSAN
49 default y if ARM
50 default y if ARM64 && KERNEL_MODE_NEON
51 default y if MIPS && CPU_MIPS32_R2
52 default y if PPC64 && CPU_LITTLE_ENDIAN && VSX
[all …]
/linux/drivers/platform/x86/dell/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
10 Dell x86 platforms, including vendor-specific laptop extension drivers.
19 default m
20 depends on ACPI
21 depends on ACPI_WMI
22 depends on DMI
23 depends on LEDS_CLASS
24 depends on NEW_LEDS
25 depends on HWMON
29 On legacy devices, it exposes an interface for controlling the AlienFX
[all …]
/linux/arch/x86/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
4 bool "64-bit kernel" if "$(ARCH)" = "x86"
5 default "$(ARCH)" != "i386"
7 Say yes to build a 64-bit kernel - formerly known as x86_64
8 Say no to build a 32-bit kernel - formerly known as i386
12 depends on !64BIT
13 # Options that are inherently 32-bit kernel only:
25 depends on 64BIT
26 # Options that are inherently 64-bit kernel only:
43 depends on X86_32
[all …]
/linux/lib/
H A DKconfig.debug1 # SPDX-License-Identifier: GPL-2.0-only
7 bool "Show timing information on printks"
8 depends on PRINTK
19 parameter printk.time=1. See Documentation/admin-guide/kernel-parameters.rst
22 bool "Show caller information on printks"
23 depends on PRINTK
40 depends on PRINTK
50 int "Default console loglevel (1-15)"
52 default "7"
54 Default loglevel to determine what will be printed on the console.
[all …]
/linux/arch/parisc/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
87 select HAVE_DYNAMIC_FTRACE if $(cc-option,-fpatchable-function-entry=1,1)
97 The PA-RISC microprocessor is designed by Hewlett-Packard and used
99 and later HP3000 series). The PA-RISC Linux project home page is
113 default y
114 depends on SMP && PREEMPTION
118 default n
122 default n
126 depends on BUG
134 default y
[all …]
/linux/arch/mips/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
4 default y
141 default MIPS_GENERIC_KERNEL
144 bool "Generic board-agnostic MIPS kernel"
286 Build a generic DT-based kernel image that boots on select
287 BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top
379 see the Linux/MIPS FAQ on <http://www.linux-mips.org/> and the
380 DECstation porting pages on <http://decstation.unix-ag.org/>.
441 This a family of machines based on the MIPS R4030 chipset which was
444 Olivetti M700-10 workstations.
[all …]
/linux/drivers/pinctrl/meson/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
4 depends on ARCH_MESON || COMPILE_TEST
5 depends on OF
6 default ARCH_MESON
18 depends on ARM
20 default ARCH_MESON
24 depends on ARM
26 default ARCH_MESON
30 depends on ARM64
32 default ARCH_MESON
[all …]
/linux/arch/arm/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
4 default y
162 The ARM series is a line of low-power-consumption RISC chip designs
164 handhelds such as the Compaq IPAQ. ARM-based PCs are no longer
165 manufactured, but legacy ARM-based PC hardware remains popular in
173 relocations. The combined range is -/+ 256 MiB, which is usually
186 default 8
188 DMA mapping framework by default aligns all buffers to the smallest
220 default y
224 default y
[all …]
/linux/arch/um/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
3 menu "UML-specific options"
7 default y
46 default y
53 depends on !INDIRECT_IOMEM
54 default y
69 default y
73 default y
78 default y
82 default 100
[all …]

12345678910>>...45