mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
pinctrl: airoha: add support of en7523 SoC
This patch adds support of Airoha en7523 SoC pin controller. Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu> Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
parent
973fdfd62c
commit
3b82470583
|
|
@ -15,6 +15,7 @@ config PINCTRL_AIROHA
|
|||
select REGMAP_MMIO
|
||||
imply PINCTRL_AIROHA_AN7581
|
||||
imply PINCTRL_AIROHA_AN7583
|
||||
imply PINCTRL_AIROHA_EN7523
|
||||
help
|
||||
Shared pin controller and gpio driver code for different
|
||||
Airoha SoCs.
|
||||
|
|
@ -35,4 +36,12 @@ config PINCTRL_AIROHA_AN7583
|
|||
Say yes here to support pin controller and gpio driver
|
||||
on Airoha AN7583, AN7553, AN7567 and other compatible SoCs.
|
||||
|
||||
config PINCTRL_AIROHA_EN7523
|
||||
tristate "EN7523 pinctrl"
|
||||
depends on ARM || COMPILE_TEST
|
||||
depends on PINCTRL_AIROHA
|
||||
help
|
||||
Say yes here to support pin controller and gpio driver
|
||||
on Airoha EN7523, EN7529, EN7562 and other compatible SoCs.
|
||||
|
||||
endmenu
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@ obj-$(CONFIG_PINCTRL_AIROHA) += pinctrl-airoha.o
|
|||
# SoC drivers
|
||||
obj-$(CONFIG_PINCTRL_AIROHA_AN7581) += pinctrl-an7581.o
|
||||
obj-$(CONFIG_PINCTRL_AIROHA_AN7583) += pinctrl-an7583.o
|
||||
obj-$(CONFIG_PINCTRL_AIROHA_EN7523) += pinctrl-en7523.o
|
||||
|
|
|
|||
1156
drivers/pinctrl/airoha/pinctrl-en7523.c
Normal file
1156
drivers/pinctrl/airoha/pinctrl-en7523.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user