mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
1233a1fbb0
The current "CONFIG_PINCTRL_UNIPHIER_PH1_*" is too long. It would not hurt to drop "PH1_" because "UNIPHIER_" already well specifies the SoC family. Also, rename files for consistency. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
36 lines
755 B
Plaintext
36 lines
755 B
Plaintext
menuconfig PINCTRL_UNIPHIER
|
|
bool "UniPhier SoC pinctrl drivers"
|
|
depends on ARCH_UNIPHIER || COMPILE_TEST
|
|
depends on OF && MFD_SYSCON
|
|
default y
|
|
select PINMUX
|
|
select GENERIC_PINCONF
|
|
|
|
if PINCTRL_UNIPHIER
|
|
|
|
config PINCTRL_UNIPHIER_LD4
|
|
tristate "UniPhier PH1-LD4 SoC pinctrl driver"
|
|
default y
|
|
|
|
config PINCTRL_UNIPHIER_PRO4
|
|
tristate "UniPhier PH1-Pro4 SoC pinctrl driver"
|
|
default y
|
|
|
|
config PINCTRL_UNIPHIER_SLD8
|
|
tristate "UniPhier PH1-sLD8 SoC pinctrl driver"
|
|
default y
|
|
|
|
config PINCTRL_UNIPHIER_PRO5
|
|
tristate "UniPhier PH1-Pro5 SoC pinctrl driver"
|
|
default y
|
|
|
|
config PINCTRL_UNIPHIER_PXS2
|
|
tristate "UniPhier ProXstream2 SoC pinctrl driver"
|
|
default y
|
|
|
|
config PINCTRL_UNIPHIER_LD6B
|
|
tristate "UniPhier PH1-LD6b SoC pinctrl driver"
|
|
default y
|
|
|
|
endif
|