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

Commit 1471fba1 authored by Jiacheng Zheng's avatar Jiacheng Zheng
Browse files

Kconfig: support CONFIG_PLATFORM_AUTO



Support automotive platform features. Automotive
market has aggressive requirement on booting KPI. So
we need to remove anything that blocks us from booting
linux in parallel.

Change-Id: I1b7e9edb6e79629655861ab8575b0a606ddf97d9
Signed-off-by: default avatarJiacheng Zheng <jiaczhen@codeaurora.org>
parent 205dbec4
Loading
Loading
Loading
Loading
+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