]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
base: arch_topology: update Kconfig help description
authorSudeep Holla <sudeep.holla@arm.com>
Thu, 27 Jun 2019 19:53:01 +0000 (12:53 -0700)
committerPaul Walmsley <paul.walmsley@sifive.com>
Mon, 22 Jul 2019 16:36:44 +0000 (09:36 -0700)
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>
drivers/base/Kconfig

index dc404492381d84efdd58a3e92f8f74fca852408e..28b92e3cc570c61e94120678032f9f378da9359a 100644 (file)
@@ -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