Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e87b7462 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Kconfig: support CONFIG_PLATFORM_AUTO"

parents cc5acc19 1471fba1
Loading
Loading
Loading
Loading
+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"
@@ -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
+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