Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

base: arch_topology: update Kconfig help description

Commit 5d777b185f6d ("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: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>

authored by

Sudeep Holla and committed by
Paul Walmsley
c181831f 03f11f03

+1 -1
+1 -1
drivers/base/Kconfig
··· 202 202 help 203 203 Enable support for architectures common topology code: e.g., parsing 204 204 CPU capacity information from DT, usage of such information for 205 - appropriate scaling, sysfs interface for changing capacity values at 205 + appropriate scaling, sysfs interface for reading capacity values at 206 206 runtime. 207 207 208 208 endmenu