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 <krzk@kernel.org>
This commit is contained in:
parent
73ae2cb424
commit
56d9625e8c
|
@ -8,7 +8,7 @@ config PINCTRL_SAMSUNG
|
|||
select PINCONF
|
||||
|
||||
config PINCTRL_EXYNOS
|
||||
bool "Pinctrl driver data for Samsung EXYNOS SoCs"
|
||||
bool "Pinctrl common driver part for Samsung Exynos SoCs"
|
||||
depends on OF && GPIOLIB
|
||||
depends on ARCH_EXYNOS || ARCH_S5PV210 || COMPILE_TEST
|
||||
select PINCTRL_SAMSUNG
|
||||
|
@ -16,11 +16,11 @@ config PINCTRL_EXYNOS
|
|||
select PINCTRL_EXYNOS_ARM64 if ARM64 && ARCH_EXYNOS
|
||||
|
||||
config PINCTRL_EXYNOS_ARM
|
||||
bool "ARMv7-specific pinctrl driver data for Exynos" if COMPILE_TEST
|
||||
bool "ARMv7-specific pinctrl driver for Samsung Exynos SoCs" if COMPILE_TEST
|
||||
depends on PINCTRL_EXYNOS
|
||||
|
||||
config PINCTRL_EXYNOS_ARM64
|
||||
bool "ARMv8-specific pinctrl driver data for Exynos" if COMPILE_TEST
|
||||
bool "ARMv8-specific pinctrl driver for Samsung Exynos SoCs" if COMPILE_TEST
|
||||
depends on PINCTRL_EXYNOS
|
||||
|
||||
config PINCTRL_S3C24XX
|
||||
|
|
Loading…
Reference in New Issue