pinctrl: airoha: add pin controller and gpio driver for EN7523 SoC
This patch adds U-Boot pin controller and gpio driver for Airoha EN7523 SoC. Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu> Reviewed-by: David Lechner <dlechner@baylibre.com>
This commit is contained in:
committed by
Tom Rini
parent
56d820371f
commit
5c07bb5896
@@ -10,6 +10,11 @@ config PINCTRL_AIROHA
|
||||
select SYSCON
|
||||
bool
|
||||
|
||||
config PINCTRL_AIROHA_EN7523
|
||||
bool "Airoha EN7523 pin controller and gpio driver"
|
||||
depends on TARGET_EN7523
|
||||
select PINCTRL_AIROHA
|
||||
|
||||
config PINCTRL_AIROHA_AN7581
|
||||
bool "Airoha AN7581 pin controller and gpio driver"
|
||||
depends on TARGET_AN7581
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
|
||||
obj-$(CONFIG_PINCTRL_AIROHA) += pinctrl-airoha.o
|
||||
|
||||
obj-$(CONFIG_PINCTRL_AIROHA_EN7523) += pinctrl-en7523.o
|
||||
obj-$(CONFIG_PINCTRL_AIROHA_AN7581) += pinctrl-an7581.o
|
||||
obj-$(CONFIG_PINCTRL_AIROHA_AN7583) += pinctrl-an7583.o
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user