summaryrefslogtreecommitdiffstats
path: root/drivers/base/Kconfig
diff options
context:
space:
mode:
authorSudeep Holla <sudeep.holla@arm.com>2019-06-27 21:53:01 +0200
committerPaul Walmsley <paul.walmsley@sifive.com>2019-07-22 18:36:44 +0200
commitc181831f161c8da460b1ffa26632448323c3bfcc (patch)
treee2aacb56d01c7ddd6a16ed3dc17bac47dfdea63f /drivers/base/Kconfig
parentRISC-V: Parse cpu topology during boot. (diff)
downloadlinux-c181831f161c8da460b1ffa26632448323c3bfcc.tar.xz
linux-c181831f161c8da460b1ffa26632448323c3bfcc.zip
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>
Diffstat (limited to 'drivers/base/Kconfig')
-rw-r--r--drivers/base/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
index dc404492381d..28b92e3cc570 100644
--- a/drivers/base/Kconfig
+++ b/drivers/base/Kconfig
@@ -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