Skip to content

Commit 56d9625

Browse files
committed
pinctrl: samsung: Clarify the option titles/names
The config options toggle Samsung Exynos SoCs pinctrl drivers, not the driver data. Clarify this in the option title/name and also make it consistent with other Samsung entries. No functional change. Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 73ae2cb commit 56d9625

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/pinctrl/samsung/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ config PINCTRL_SAMSUNG
88
select PINCONF
99

1010
config PINCTRL_EXYNOS
11-
bool "Pinctrl driver data for Samsung EXYNOS SoCs"
11+
bool "Pinctrl common driver part for Samsung Exynos SoCs"
1212
depends on OF && GPIOLIB
1313
depends on ARCH_EXYNOS || ARCH_S5PV210 || COMPILE_TEST
1414
select PINCTRL_SAMSUNG
1515
select PINCTRL_EXYNOS_ARM if ARM && (ARCH_EXYNOS || ARCH_S5PV210)
1616
select PINCTRL_EXYNOS_ARM64 if ARM64 && ARCH_EXYNOS
1717

1818
config PINCTRL_EXYNOS_ARM
19-
bool "ARMv7-specific pinctrl driver data for Exynos" if COMPILE_TEST
19+
bool "ARMv7-specific pinctrl driver for Samsung Exynos SoCs" if COMPILE_TEST
2020
depends on PINCTRL_EXYNOS
2121

2222
config PINCTRL_EXYNOS_ARM64
23-
bool "ARMv8-specific pinctrl driver data for Exynos" if COMPILE_TEST
23+
bool "ARMv8-specific pinctrl driver for Samsung Exynos SoCs" if COMPILE_TEST
2424
depends on PINCTRL_EXYNOS
2525

2626
config PINCTRL_S3C24XX

0 commit comments

Comments
 (0)