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

Commit ccff06a3 authored by lucaswei's avatar lucaswei Committed by dianlujitao
Browse files

GKI: config: FW_CACHE: remove duplicated CONFIG_FW_CACHE



There are duplicated changes about "firmware_class: make firmware
caching configurable". Both created config description of
CONFIG_FW_CACHE. This change remove description on
`drivers/base/Kconfig` and disable CONFIG_FW_CACHE in defconfig

Bug: 154580242
Bug: 153823050
Signed-off-by: default avatarlucaswei <lucaswei@google.com>
Change-Id: Id66e2cb0da2a9ae36fbcb9f508af250e9af95b05
parent dd248626
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -90,11 +90,6 @@ config PREVENT_FIRMWARE_BUILD

source "drivers/base/firmware_loader/Kconfig"

config FW_CACHE
       bool "Enable firmware caching during suspend"
       depends on PM_SLEEP
       default n

config WANT_DEV_COREDUMP
	bool
	help