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

Commit 47b76bb3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "regmap: Kconfig: make ALLOW_WRITE_DEBUGFS default unset"

parents d3731e35 c608bc3d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -36,3 +36,8 @@ config REGMAP_SWR
config REGMAP_ALLOW_WRITE_DEBUGFS
	depends on REGMAP && DEBUG_FS
	bool "Allow REGMAP debugfs write"
	default n
	help
	  Say 'y' here to allow the regmap debugfs write. Regmap debugfs write
	  could be risky when accessing some essential hardwares, so it is not
	  recommended to enable this option on any production device.