summaryrefslogtreecommitdiffstats
path: root/drivers/devfreq/event/Kconfig
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-01-04 16:21:00 +0100
committerChanwoo Choi <cw00.choi@samsung.com>2020-01-06 10:50:09 +0900
commit91d7f3f8f1346ac5899c7e25a0dbd409212cdf53 (patch)
treecdc92408f1965e3a7d5a25cb03c8717fbff9cf8a /drivers/devfreq/event/Kconfig
parent10800fec619d56acd04b1de86b6c3473bb04c2a8 (diff)
downloadlinux-stable-91d7f3f8f1346ac5899c7e25a0dbd409212cdf53.tar.gz
linux-stable-91d7f3f8f1346ac5899c7e25a0dbd409212cdf53.tar.bz2
linux-stable-91d7f3f8f1346ac5899c7e25a0dbd409212cdf53.zip
PM / devfreq: exynos: Rename Exynos to lowercase
Fix up inconsistent usage of upper and lowercase letters in "Exynos" name. "EXYNOS" is not an abbreviation but a regular trademarked name. Therefore it should be written with lowercase letters starting with capital letter. The lowercase "Exynos" name is promoted by its manufacturer Samsung Electronics Co., Ltd., in advertisement materials and on website. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/devfreq/event/Kconfig')
-rw-r--r--drivers/devfreq/event/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/devfreq/event/Kconfig b/drivers/devfreq/event/Kconfig
index a53e0a6ffdfe..878825372f6f 100644
--- a/drivers/devfreq/event/Kconfig
+++ b/drivers/devfreq/event/Kconfig
@@ -15,7 +15,7 @@ menuconfig PM_DEVFREQ_EVENT
if PM_DEVFREQ_EVENT
config DEVFREQ_EVENT_EXYNOS_NOCP
- tristate "EXYNOS NoC (Network On Chip) Probe DEVFREQ event Driver"
+ tristate "Exynos NoC (Network On Chip) Probe DEVFREQ event Driver"
depends on ARCH_EXYNOS || COMPILE_TEST
select PM_OPP
select REGMAP_MMIO
@@ -24,7 +24,7 @@ config DEVFREQ_EVENT_EXYNOS_NOCP
(Network on Chip) Probe counters to measure the bandwidth of AXI bus.
config DEVFREQ_EVENT_EXYNOS_PPMU
- tristate "EXYNOS PPMU (Platform Performance Monitoring Unit) DEVFREQ event Driver"
+ tristate "Exynos PPMU (Platform Performance Monitoring Unit) DEVFREQ event Driver"
depends on ARCH_EXYNOS || COMPILE_TEST
select PM_OPP
help