mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 05:11:48 +00:00
pinctrl: uniphier: rename CONFIG options and file names
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>
This commit is contained in:
parent
5ab260aac6
commit
1233a1fbb0
@ -8,27 +8,27 @@ menuconfig PINCTRL_UNIPHIER
|
||||
|
||||
if PINCTRL_UNIPHIER
|
||||
|
||||
config PINCTRL_UNIPHIER_PH1_LD4
|
||||
config PINCTRL_UNIPHIER_LD4
|
||||
tristate "UniPhier PH1-LD4 SoC pinctrl driver"
|
||||
default y
|
||||
|
||||
config PINCTRL_UNIPHIER_PH1_PRO4
|
||||
config PINCTRL_UNIPHIER_PRO4
|
||||
tristate "UniPhier PH1-Pro4 SoC pinctrl driver"
|
||||
default y
|
||||
|
||||
config PINCTRL_UNIPHIER_PH1_SLD8
|
||||
config PINCTRL_UNIPHIER_SLD8
|
||||
tristate "UniPhier PH1-sLD8 SoC pinctrl driver"
|
||||
default y
|
||||
|
||||
config PINCTRL_UNIPHIER_PH1_PRO5
|
||||
config PINCTRL_UNIPHIER_PRO5
|
||||
tristate "UniPhier PH1-Pro5 SoC pinctrl driver"
|
||||
default y
|
||||
|
||||
config PINCTRL_UNIPHIER_PROXSTREAM2
|
||||
config PINCTRL_UNIPHIER_PXS2
|
||||
tristate "UniPhier ProXstream2 SoC pinctrl driver"
|
||||
default y
|
||||
|
||||
config PINCTRL_UNIPHIER_PH1_LD6B
|
||||
config PINCTRL_UNIPHIER_LD6B
|
||||
tristate "UniPhier PH1-LD6b SoC pinctrl driver"
|
||||
default y
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
obj-y += pinctrl-uniphier-core.o
|
||||
obj-y += pinctrl-uniphier-core.o
|
||||
|
||||
obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_LD4) += pinctrl-ph1-ld4.o
|
||||
obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_PRO4) += pinctrl-ph1-pro4.o
|
||||
obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_SLD8) += pinctrl-ph1-sld8.o
|
||||
obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_PRO5) += pinctrl-ph1-pro5.o
|
||||
obj-$(CONFIG_PINCTRL_UNIPHIER_PROXSTREAM2) += pinctrl-proxstream2.o
|
||||
obj-$(CONFIG_PINCTRL_UNIPHIER_PH1_LD6B) += pinctrl-ph1-ld6b.o
|
||||
obj-$(CONFIG_PINCTRL_UNIPHIER_LD4) += pinctrl-uniphier-ld4.o
|
||||
obj-$(CONFIG_PINCTRL_UNIPHIER_PRO4) += pinctrl-uniphier-pro4.o
|
||||
obj-$(CONFIG_PINCTRL_UNIPHIER_SLD8) += pinctrl-uniphier-sld8.o
|
||||
obj-$(CONFIG_PINCTRL_UNIPHIER_PRO5) += pinctrl-uniphier-pro5.o
|
||||
obj-$(CONFIG_PINCTRL_UNIPHIER_PXS2) += pinctrl-uniphier-pxs2.o
|
||||
obj-$(CONFIG_PINCTRL_UNIPHIER_LD6B) += pinctrl-uniphier-ld6b.o
|
||||
|
Loading…
Reference in New Issue
Block a user