Loading arch/arm64/configs/vendor/qti-quin-gvm-perf_defconfig +2 −0 Original line number Diff line number Diff line CONFIG_HOTPLUG_SIZE_BITS=29 CONFIG_QTI_GVM=y CONFIG_QTI_GVM_QUIN=y CONFIG_LOCALVERSION="-perf" Loading Loading @@ -65,6 +66,7 @@ CONFIG_SCHED_MC=y CONFIG_NR_CPUS=8 CONFIG_PREEMPT=y CONFIG_HZ_100=y CONFIG_MEMORY_HOTPLUG=y CONFIG_CMA=y CONFIG_ZSMALLOC=y CONFIG_SECCOMP=y Loading drivers/base/Kconfig +11 −0 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0 menu "Generic Driver Options" config PLATFORM_AUTO bool "Support automotive platform features" default n help Automotive market has aggressive requirement on booting KPI. So we need to remove anything that blocks us from booting linux in parallel. With this config, the big lock for platform driver probe will be removed. If you are unsure about this, Say N here. config UEVENT_HELPER bool "Support for uevent helper" default y Loading Loading
arch/arm64/configs/vendor/qti-quin-gvm-perf_defconfig +2 −0 Original line number Diff line number Diff line CONFIG_HOTPLUG_SIZE_BITS=29 CONFIG_QTI_GVM=y CONFIG_QTI_GVM_QUIN=y CONFIG_LOCALVERSION="-perf" Loading Loading @@ -65,6 +66,7 @@ CONFIG_SCHED_MC=y CONFIG_NR_CPUS=8 CONFIG_PREEMPT=y CONFIG_HZ_100=y CONFIG_MEMORY_HOTPLUG=y CONFIG_CMA=y CONFIG_ZSMALLOC=y CONFIG_SECCOMP=y Loading
drivers/base/Kconfig +11 −0 Original line number Diff line number Diff line # SPDX-License-Identifier: GPL-2.0 menu "Generic Driver Options" config PLATFORM_AUTO bool "Support automotive platform features" default n help Automotive market has aggressive requirement on booting KPI. So we need to remove anything that blocks us from booting linux in parallel. With this config, the big lock for platform driver probe will be removed. If you are unsure about this, Say N here. config UEVENT_HELPER bool "Support for uevent helper" default y Loading