File tree 3 files changed +1031
-0
lines changed
3 files changed +1031
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,19 @@ config PINCTRL_AT91
67
67
help
68
68
Say Y here to enable the at91 pinctrl driver
69
69
70
+ config PINCTRL_AT91PIO4
71
+ bool "AT91 PIO4 pinctrl driver"
72
+ depends on OF
73
+ depends on ARCH_AT91
74
+ select PINMUX
75
+ select GENERIC_PINCONF
76
+ select GPIOLIB
77
+ select GPIOLIB_IRQCHIP
78
+ select OF_GPIO
79
+ help
80
+ Say Y here to enable the at91 pinctrl/gpio driver for Atmel PIO4
81
+ controller available on sama5d2 SoC.
82
+
70
83
config PINCTRL_AMD
71
84
bool "AMD GPIO pin control"
72
85
depends on GPIOLIB
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ obj-$(CONFIG_PINCTRL_AS3722) += pinctrl-as3722.o
12
12
obj-$(CONFIG_PINCTRL_BF54x) += pinctrl-adi2-bf54x.o
13
13
obj-$(CONFIG_PINCTRL_BF60x) += pinctrl-adi2-bf60x.o
14
14
obj-$(CONFIG_PINCTRL_AT91) += pinctrl-at91.o
15
+ obj-$(CONFIG_PINCTRL_AT91PIO4) += pinctrl-at91-pio4.o
15
16
obj-$(CONFIG_PINCTRL_AMD) += pinctrl-amd.o
16
17
obj-$(CONFIG_PINCTRL_DIGICOLOR) += pinctrl-digicolor.o
17
18
obj-$(CONFIG_PINCTRL_FALCON) += pinctrl-falcon.o
You can’t perform that action at this time.
0 commit comments