Skip to content

Commit 34840be

Browse files
pandithnandy-shev
authored andcommitted
gpio: merrifield: Adapt to Intel Tangier GPIO driver
Make use of Intel Tangier GPIO as a library driver for Merrifield. Signed-off-by: Pandith N <pandith.n@intel.com> Co-developed-by: Raag Jadav <raag.jadav@intel.com> Signed-off-by: Raag Jadav <raag.jadav@intel.com> Co-developed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
1 parent d2c19e8 commit 34840be

3 files changed

Lines changed: 34 additions & 415 deletions

File tree

drivers/gpio/Kconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,8 @@ config GPIO_TANGIER
624624
select GPIOLIB_IRQCHIP
625625
help
626626
GPIO support for Intel Tangier and compatible platforms.
627+
Currently supported:
628+
- Merrifield
627629

628630
If built as a module its name will be gpio-tangier.
629631

@@ -1516,7 +1518,7 @@ config GPIO_BT8XX
15161518
config GPIO_MERRIFIELD
15171519
tristate "Intel Merrifield GPIO support"
15181520
depends on X86_INTEL_MID
1519-
select GPIOLIB_IRQCHIP
1521+
select GPIO_TANGIER
15201522
help
15211523
Say Y here to support Intel Merrifield GPIO.
15221524

0 commit comments

Comments
 (0)