File tree Expand file tree Collapse file tree 3 files changed +41
-655
lines changed Expand file tree Collapse file tree 3 files changed +41
-655
lines changed Original file line number Diff line number Diff line change @@ -36,17 +36,6 @@ config PINCTRL_LYNXPOINT
36
36
provides an interface that allows configuring of PCH pins and
37
37
using them as GPIOs.
38
38
39
- config PINCTRL_MERRIFIELD
40
- tristate "Intel Merrifield pinctrl driver"
41
- depends on X86_INTEL_MID
42
- select PINMUX
43
- select PINCONF
44
- select GENERIC_PINCONF
45
- help
46
- Merrifield Family-Level Interface Shim (FLIS) driver provides an
47
- interface that allows configuring of SoC pins and using them as
48
- GPIOs.
49
-
50
39
config PINCTRL_MOOREFIELD
51
40
tristate "Intel Moorefield pinctrl driver"
52
41
depends on X86_INTEL_MID
Original file line number Diff line number Diff line change @@ -14,4 +14,12 @@ config PINCTRL_TANGIER
14
14
15
15
If built as a module its name will be pinctrl-tangier.
16
16
17
+ config PINCTRL_MERRIFIELD
18
+ tristate "Intel Merrifield pinctrl driver"
19
+ select PINCTRL_TANGIER
20
+ help
21
+ Intel Merrifield Family-Level Interface Shim (FLIS) driver provides
22
+ an interface that allows configuring of SoC pins and using them as
23
+ GPIOs.
24
+
17
25
endif
You can’t perform that action at this time.
0 commit comments