File tree Expand file tree Collapse file tree 5 files changed +700
-0
lines changed Expand file tree Collapse file tree 5 files changed +700
-0
lines changed Original file line number Diff line number Diff line change @@ -187,4 +187,5 @@ config PINCTRL_TIGERLAKE
187
187
This pinctrl driver provides an interface that allows configuring
188
188
of Intel Tiger Lake PCH pins and using them as GPIOs.
189
189
190
+ source "drivers/pinctrl/intel/Kconfig.tng"
190
191
endmenu
Original file line number Diff line number Diff line change
1
+ # SPDX-License-Identifier: GPL-2.0-only
2
+ # Intel Tangier and compatible pin control drivers
3
+
4
+ if X86_INTEL_MID || COMPILE_TEST
5
+
6
+ config PINCTRL_TANGIER
7
+ tristate
8
+ select PINMUX
9
+ select PINCONF
10
+ select GENERIC_PINCONF
11
+ help
12
+ This is a library driver for Intel Tangier pin controller and to
13
+ be selected and used by respective compatible platform drivers.
14
+
15
+ If built as a module its name will be pinctrl-tangier.
16
+
17
+ endif
Original file line number Diff line number Diff line change 4
4
obj-$(CONFIG_PINCTRL_BAYTRAIL) += pinctrl-baytrail.o
5
5
obj-$(CONFIG_PINCTRL_CHERRYVIEW) += pinctrl-cherryview.o
6
6
obj-$(CONFIG_PINCTRL_LYNXPOINT) += pinctrl-lynxpoint.o
7
+ obj-$(CONFIG_PINCTRL_TANGIER) += pinctrl-tangier.o
7
8
obj-$(CONFIG_PINCTRL_MERRIFIELD) += pinctrl-merrifield.o
8
9
obj-$(CONFIG_PINCTRL_MOOREFIELD) += pinctrl-moorefield.o
9
10
obj-$(CONFIG_PINCTRL_INTEL) += pinctrl-intel.o
You can’t perform that action at this time.
0 commit comments