aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/Kconfig
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2016-10-20 13:53:58 -0700
committerJulian Veit <claymore1298@gmail.com>2019-08-28 22:50:29 +0200
commit9ef122fee1a72e9e632cd9adedb77535f4a55712 (patch)
tree8678505f006665c69b2cc1fcb805a7b468b7287d /drivers/base/Kconfig
parent46beca966e15024ac56273f3d0433be9f72b77a0 (diff)
firmware_class: make firmware caching configurableHEADq10.0p9.0
Because firmware caching generates uevent messages that are sent over a netlink socket, it can prevent suspend on many platforms. It's also not always useful, so make it a configurable option. bug 32180327 Change-Id: I1250512b27edb56caa78d536e5ccf1fb669476ad Signed-off-by: Ajay Dudani <adudani@google.com>
Diffstat (limited to 'drivers/base/Kconfig')
-rw-r--r--drivers/base/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
index a1251a6c3c0..823d65f2164 100644
--- a/drivers/base/Kconfig
+++ b/drivers/base/Kconfig
@@ -156,6 +156,11 @@ config FW_LOADER_USER_HELPER
no longer required unless you have a special firmware file that
resides in a non-standard path.
+config FW_CACHE
+ bool "Enable firmware caching during suspend"
+ depends on PM_SLEEP
+ default n
+
config DEBUG_DRIVER
bool "Driver Core verbose debug messages"
depends on DEBUG_KERNEL