diff options
author | Andrew F. Davis <afd@ti.com> | 2015-12-17 08:47:02 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-12-21 13:31:31 -0800 |
commit | b9884d3b79f60846cdf04be262d13bca8996f99a (patch) | |
tree | 9020b5757dca8948ad848e4bb34cf80e9af55f69 /drivers/hwtracing/coresight/Kconfig | |
parent | fadf3a44e974b030e7145218ad1ab25e3ef91738 (diff) | |
download | blackbird-op-linux-b9884d3b79f60846cdf04be262d13bca8996f99a.tar.gz blackbird-op-linux-b9884d3b79f60846cdf04be262d13bca8996f99a.zip |
coresight: Fix a typo in Kconfig
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hwtracing/coresight/Kconfig')
-rw-r--r-- | drivers/hwtracing/coresight/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwtracing/coresight/Kconfig b/drivers/hwtracing/coresight/Kconfig index 6c8921140f02..c85935f3525a 100644 --- a/drivers/hwtracing/coresight/Kconfig +++ b/drivers/hwtracing/coresight/Kconfig @@ -8,7 +8,7 @@ menuconfig CORESIGHT This framework provides a kernel interface for the CoreSight debug and trace drivers to register themselves with. It's intended to build a topological view of the CoreSight components based on a DT - specification and configure the right serie of components when a + specification and configure the right series of components when a trace source gets enabled. if CORESIGHT |