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 @@ -19,3 +19,14 @@ config PINCTRL_SOPHGO_CV1800B
19
19
This pin controller allows selecting the mux function for
20
20
each pin. This driver can also be built as a module called
21
21
pinctrl-cv1800b.
22
+
23
+ config PINCTRL_SOPHGO_CV1812H
24
+ tristate "Sophgo CV1812H SoC Pinctrl driver"
25
+ depends on ARCH_SOPHGO || COMPILE_TEST
26
+ depends on OF
27
+ select PINCTRL_SOPHGO_CV18XX
28
+ help
29
+ Say Y to select the pinctrl driver for CV1812H SoC.
30
+ This pin controller allows selecting the mux function for
31
+ each pin. This driver can also be built as a module called
32
+ pinctrl-cv1812h.
Original file line number Diff line number Diff line change 2
2
3
3
obj-$(CONFIG_PINCTRL_SOPHGO_CV18XX) += pinctrl-cv18xx.o
4
4
obj-$(CONFIG_PINCTRL_SOPHGO_CV1800B) += pinctrl-cv1800b.o
5
+ obj-$(CONFIG_PINCTRL_SOPHGO_CV1812H) += pinctrl-cv1812h.o
You can’t perform that action at this time.
0 commit comments