Skip to content
This repository has been archived by the owner on Mar 17, 2019. It is now read-only.

Commit

Permalink
drivers: Remove redundant Kconfig property
Browse files Browse the repository at this point in the history
default n is redundant because it is already the default
selection for all config entries.

Fixes: af536ba ("firmware_class: make firmware caching configurable")
Signed-off-by: Harsh Shandilya <[email protected]>
  • Loading branch information
Harsh Shandilya committed Mar 17, 2018
1 parent 58d3625 commit e4b746d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/base/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ config FW_LOADER_USER_HELPER_FALLBACK
config FW_CACHE
bool "Enable firmware caching during suspend"
depends on PM_SLEEP
default n

config WANT_DEV_COREDUMP
bool
Expand Down

0 comments on commit e4b746d

Please sign in to comment.