File tree Expand file tree Collapse file tree 3 files changed +783
-0
lines changed Expand file tree Collapse file tree 3 files changed +783
-0
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,14 @@ config PINCTRL_SOPHGO_CV1812H
30
30
This pin controller allows selecting the mux function for
31
31
each pin. This driver can also be built as a module called
32
32
pinctrl-cv1812h.
33
+
34
+ config PINCTRL_SOPHGO_SG2000
35
+ tristate "Sophgo SG2000 SoC Pinctrl driver"
36
+ depends on ARCH_SOPHGO || COMPILE_TEST
37
+ depends on OF
38
+ select PINCTRL_SOPHGO_CV18XX
39
+ help
40
+ Say Y to select the pinctrl driver for SG2000 SoC.
41
+ This pin controller allows selecting the mux function for
42
+ each pin. This driver can also be built as a module called
43
+ pinctrl-sg2000.
Original file line number Diff line number Diff line change 3
3
obj-$(CONFIG_PINCTRL_SOPHGO_CV18XX) += pinctrl-cv18xx.o
4
4
obj-$(CONFIG_PINCTRL_SOPHGO_CV1800B) += pinctrl-cv1800b.o
5
5
obj-$(CONFIG_PINCTRL_SOPHGO_CV1812H) += pinctrl-cv1812h.o
6
+ obj-$(CONFIG_PINCTRL_SOPHGO_SG2000) += pinctrl-sg2000.o
You can’t perform that action at this time.
0 commit comments