depends on SPL_BUILD config DDR_FREQ_1600 bool "DDR3 1600" 2 changes: 1 addition & 1 deletion 2 arch/arm/mach-tegra/Kconfig Original file line numberDiff line numberDiff line change @@ -24,7 +24,7 @@ config SYS_MALLOC_F_LEN default 0x1800 config USE_PRIVATE_LIBGCC default y if ...
config item可以有的数据类型有: bool,tristate,int,hex,string config item可以有dependency,通过depends on 关键词,上面例子中如果X86 不存在那这个config也会not define 可以用select 来反向depend,select 一个name可以直接让那个config 被enable config ARM bool default y select ARCH_CLOCKSOURCE_DATA select ARCH...
depends on CPU_LOONGSON64 help Loongson-3 processors have the llsc issues which require workarounds. Without workarounds the system may hang unexpectedly. Newer Loongson-3 will fix these issues and no workarounds are needed. The workarounds have no significant side effect on th...
depends on !IDF_ENV_BRINGUP help Perform the startup flow recommended by XMC. Please consult XMC for the details of this flow. XMC chips will be forbidden to be used, when this option is disabled. 11 changes: 11 additions & 0 deletions11components/esp_hw_support/Kconfig ...
depends on !UML option defconfig_list default "/lib/modules/$UNAME_RELEASE/.config" default "/etc/kernel-config" default "/boot/config-$UNAME_RELEASE" default "$ARCH_DEFCONFIG" default "arch/$ARCH/defconfig" mconf应该就是通过这个DEFCONFIG_LIST配置项找到一份默认config文件的,mconf自上而下依次尝试...
64BIT config X86_64 def_bool y depends on 64BIT ### Arch settings config X86 def_bool y select ACPI_LEGACY_TABLES_LOOKUP if ACPI select ACPI_SYSTEM_POWER_STATES_SUPPORT if ACPI select ANON_INODES select ARCH_CLOCKSOURCE_DATA select ARCH_DISCARD_MEMBLOCK select ARCH_HAS_ATOMIC64_DEC_IF_...
depends on !RISCV || GCC_VERSION >= 120000 help Generate debug info into separate .dwo files. This significantly reduces the build directory size for builds with DEBUG_INFO, because it stores the information only once on disk in .dwo files instead of multiple times in object...
depends onHUSH_PARSER help Only static string in the prompt is supported so far. The string is obtained from environment variables PS1 and PS2.configAUTO_COMPLETE bool"Enable auto complete using TAB" defaulty help Enable auto completion of commands using TAB.config...
depends on MPTCP=y default n ---help--- This path-management module will create multiple subflows between the same pair of IP-addresses, modifying the source-port. You can set the number of subflows via the mptcp_ndiffports-sysctl. ...
depends on ARCH_OMAP3 diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c index 86bab51..3253682 100644 --- a/arch/arm/mach-omap2/board-overo.c +++ b/arch/arm/mach-omap2/board-overo.c ...