Skip to content

Commit 8574e4d

Browse files
raagjadavandy-shev
authored andcommitted
pinctrl: moorefield: Adapt to Intel Tangier driver
Make use of Intel Tangier as a library driver for Moorefield. Signed-off-by: Raag Jadav <raag.jadav@intel.com> Link: https://lore.kernel.org/r/20230814054033.12004-4-raag.jadav@intel.com Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
1 parent 4e1edcc commit 8574e4d

File tree

3 files changed

+37
-622
lines changed

3 files changed

+37
-622
lines changed

drivers/pinctrl/intel/Kconfig

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,6 @@ config PINCTRL_LYNXPOINT
3636
provides an interface that allows configuring of PCH pins and
3737
using them as GPIOs.
3838

39-
config PINCTRL_MOOREFIELD
40-
tristate "Intel Moorefield pinctrl driver"
41-
depends on X86_INTEL_MID
42-
select PINMUX
43-
select PINCONF
44-
select GENERIC_PINCONF
45-
help
46-
Moorefield Family-Level Interface Shim (FLIS) driver provides an
47-
interface that allows configuring of SoC pins and using them as
48-
GPIOs.
49-
5039
config PINCTRL_INTEL
5140
tristate
5241
select PINMUX

drivers/pinctrl/intel/Kconfig.tng

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,12 @@ config PINCTRL_MERRIFIELD
2222
an interface that allows configuring of SoC pins and using them as
2323
GPIOs.
2424

25+
config PINCTRL_MOOREFIELD
26+
tristate "Intel Moorefield pinctrl driver"
27+
select PINCTRL_TANGIER
28+
help
29+
Intel Moorefield Family-Level Interface Shim (FLIS) driver provides
30+
an interface that allows configuring of SoC pins and using them as
31+
GPIOs.
32+
2533
endif

0 commit comments

Comments
 (0)