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

Commit c181831f authored by Sudeep Holla's avatar Sudeep Holla Committed by Paul Walmsley
Browse files

base: arch_topology: update Kconfig help description



Commit 5d777b18 ("arch_topology: Make cpu_capacity sysfs node as read-only")
made cpu_capacity sysfs node read-only. Update the GENERIC_ARCH_TOPOLOGY
Kconfig help section to reflect the same.

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
Signed-off-by: default avatarPaul Walmsley <paul.walmsley@sifive.com>
parent 03f11f03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ config GENERIC_ARCH_TOPOLOGY
	help
	  Enable support for architectures common topology code: e.g., parsing
	  CPU capacity information from DT, usage of such information for
	  appropriate scaling, sysfs interface for changing capacity values at
	  appropriate scaling, sysfs interface for reading capacity values at
	  runtime.

endmenu