File tree Expand file tree Collapse file tree 3 files changed +554
-0
lines changed
Expand file tree Collapse file tree 3 files changed +554
-0
lines changed Original file line number Diff line number Diff line change @@ -41,3 +41,14 @@ config PINCTRL_SOPHGO_SG2000
4141 This pin controller allows selecting the mux function for
4242 each pin. This driver can also be built as a module called
4343 pinctrl-sg2000.
44+
45+ config PINCTRL_SOPHGO_SG2002
46+ tristate "Sophgo SG2000 SoC Pinctrl driver"
47+ depends on ARCH_SOPHGO || COMPILE_TEST
48+ depends on OF
49+ select PINCTRL_SOPHGO_CV18XX
50+ help
51+ Say Y to select the pinctrl driver for SG2002 SoC.
52+ This pin controller allows selecting the mux function for
53+ each pin. This driver can also be built as a module called
54+ pinctrl-sg2002.
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ obj-$(CONFIG_PINCTRL_SOPHGO_CV18XX) += pinctrl-cv18xx.o
44obj-$(CONFIG_PINCTRL_SOPHGO_CV1800B) += pinctrl-cv1800b.o
55obj-$(CONFIG_PINCTRL_SOPHGO_CV1812H) += pinctrl-cv1812h.o
66obj-$(CONFIG_PINCTRL_SOPHGO_SG2000) += pinctrl-sg2000.o
7+ obj-$(CONFIG_PINCTRL_SOPHGO_SG2002) += pinctrl-sg2002.o
You can’t perform that action at this time.
0 commit comments