Linus Walleij | e849dc0 | 2011-05-20 00:40:19 -0600 | [diff] [blame] | 1 | # generic gpio support: platform drivers, dedicated expander chips, etc |
David Brownell | a9c5fff | 2008-02-04 22:28:17 -0800 | [diff] [blame] | 2 | |
| 3 | ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG |
| 4 | |
Shawn Guo | 6a89a31 | 2013-01-18 15:57:46 +0800 | [diff] [blame] | 5 | obj-$(CONFIG_GPIO_DEVRES) += devres.o |
| 6 | obj-$(CONFIG_GPIOLIB) += gpiolib.o |
Alexandre Courbot | 122c94d | 2014-07-01 14:45:16 +0900 | [diff] [blame] | 7 | obj-$(CONFIG_GPIOLIB) += gpiolib-legacy.o |
Grant Likely | f141ed6 | 2012-04-07 14:31:33 -0600 | [diff] [blame] | 8 | obj-$(CONFIG_OF_GPIO) += gpiolib-of.o |
Alexandre Courbot | 0eb4c6c | 2014-07-01 14:45:15 +0900 | [diff] [blame] | 9 | obj-$(CONFIG_GPIO_SYSFS) += gpiolib-sysfs.o |
Mathias Nyman | e29482e | 2012-11-30 12:37:36 +0100 | [diff] [blame] | 10 | obj-$(CONFIG_GPIO_ACPI) += gpiolib-acpi.o |
David Brownell | d2876d0 | 2008-02-04 22:28:20 -0800 | [diff] [blame] | 11 | |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 12 | # Device drivers. Generally keep list sorted alphabetically |
| 13 | obj-$(CONFIG_GPIO_GENERIC) += gpio-generic.o |
| 14 | |
Christian Lamparter | e9f4d56 | 2016-04-28 11:05:12 +0200 | [diff] [blame] | 15 | # directly supported by gpio-generic |
| 16 | gpio-generic-$(CONFIG_GPIO_GENERIC) += gpio-mmio.o |
| 17 | |
William Breathitt Gray | 1b06d64f | 2016-01-20 13:50:11 -0500 | [diff] [blame] | 18 | obj-$(CONFIG_GPIO_104_DIO_48E) += gpio-104-dio-48e.o |
William Breathitt Gray | 1ceacea | 2015-10-19 12:59:14 -0400 | [diff] [blame] | 19 | obj-$(CONFIG_GPIO_104_IDIO_16) += gpio-104-idio-16.o |
William Breathitt Gray | 6ddcf9b | 2015-11-23 12:54:50 -0500 | [diff] [blame] | 20 | obj-$(CONFIG_GPIO_104_IDI_48) += gpio-104-idi-48.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 21 | obj-$(CONFIG_GPIO_74X164) += gpio-74x164.o |
Alexander Shiyan | af0a33e | 2014-10-03 11:31:57 +0400 | [diff] [blame] | 22 | obj-$(CONFIG_GPIO_74XX_MMIO) += gpio-74xx-mmio.o |
Thierry Reding | 5e969a4 | 2012-09-18 10:57:10 +0200 | [diff] [blame] | 23 | obj-$(CONFIG_GPIO_ADNP) += gpio-adnp.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 24 | obj-$(CONFIG_GPIO_ADP5520) += gpio-adp5520.o |
| 25 | obj-$(CONFIG_GPIO_ADP5588) += gpio-adp5588.o |
Tien Hock Loh | c5abbba | 2015-02-24 01:53:03 -0800 | [diff] [blame] | 26 | obj-$(CONFIG_GPIO_ALTERA) += gpio-altera.o |
Dmitry Eremin-Solenikov | f942a7d | 2012-06-01 17:36:31 +0400 | [diff] [blame] | 27 | obj-$(CONFIG_GPIO_AMD8111) += gpio-amd8111.o |
YD Tseng | 6057d40 | 2015-10-19 11:07:37 +0800 | [diff] [blame] | 28 | obj-$(CONFIG_GPIO_AMDPT) += gpio-amdpt.o |
Mark Brown | 31ba56f | 2012-06-23 13:29:25 +0100 | [diff] [blame] | 29 | obj-$(CONFIG_GPIO_ARIZONA) += gpio-arizona.o |
Alban Bedel | ab32770 | 2016-01-28 20:44:29 +0100 | [diff] [blame] | 30 | obj-$(CONFIG_GPIO_ATH79) += gpio-ath79.o |
Markus Mayer | 757651e | 2013-09-10 11:07:01 -0700 | [diff] [blame] | 31 | obj-$(CONFIG_GPIO_BCM_KONA) += gpio-bcm-kona.o |
Gregory Fong | 3b0213d | 2015-05-28 19:14:05 -0700 | [diff] [blame] | 32 | obj-$(CONFIG_GPIO_BRCMSTB) += gpio-brcmstb.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 33 | obj-$(CONFIG_GPIO_BT8XX) += gpio-bt8xx.o |
Alexander Shiyan | a3b8d4a | 2012-10-09 20:05:56 +0400 | [diff] [blame] | 34 | obj-$(CONFIG_GPIO_CLPS711X) += gpio-clps711x.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 35 | obj-$(CONFIG_GPIO_CS5535) += gpio-cs5535.o |
Zhu, Lejun | 104fb1d | 2014-06-03 13:26:04 +0800 | [diff] [blame] | 36 | obj-$(CONFIG_GPIO_CRYSTAL_COVE) += gpio-crystalcove.o |
ashishj3 | 07bfc91 | 2011-07-06 16:02:13 +0530 | [diff] [blame] | 37 | obj-$(CONFIG_GPIO_DA9052) += gpio-da9052.o |
Ashish Jangam | 04ed427 | 2012-09-14 19:00:16 +0530 | [diff] [blame] | 38 | obj-$(CONFIG_GPIO_DA9055) += gpio-da9055.o |
Grygorii Strashko | ee89cf6 | 2013-11-21 17:34:36 +0200 | [diff] [blame] | 39 | obj-$(CONFIG_GPIO_DAVINCI) += gpio-davinci.o |
Daniel Baluta | 6732127 | 2014-11-06 15:48:05 +0200 | [diff] [blame] | 40 | obj-$(CONFIG_GPIO_DLN2) += gpio-dln2.o |
Jamie Iles | 7779b34 | 2014-02-25 17:01:01 -0600 | [diff] [blame] | 41 | obj-$(CONFIG_GPIO_DWAPB) += gpio-dwapb.o |
Magnus Damm | a07e103 | 2012-05-17 15:22:23 +0900 | [diff] [blame] | 42 | obj-$(CONFIG_GPIO_EM) += gpio-em.o |
H Hartley Sweeten | c6b52c1 | 2011-06-01 10:09:19 -0700 | [diff] [blame] | 43 | obj-$(CONFIG_GPIO_EP93XX) += gpio-ep93xx.o |
Rabin Vincent | d342571 | 2015-06-06 22:30:40 +0200 | [diff] [blame] | 44 | obj-$(CONFIG_GPIO_ETRAXFS) += gpio-etraxfs.o |
Simon Guinot | 6c17aa0 | 2013-08-29 22:56:56 +0200 | [diff] [blame] | 45 | obj-$(CONFIG_GPIO_F7188X) += gpio-f7188x.o |
Martyn Welch | 6518bb6 | 2012-03-12 17:12:58 +0000 | [diff] [blame] | 46 | obj-$(CONFIG_GPIO_GE_FPGA) += gpio-ge.o |
Andreas Larsson | ddb27f3 | 2013-04-17 14:36:50 +0200 | [diff] [blame] | 47 | obj-$(CONFIG_GPIO_GRGPIO) += gpio-grgpio.o |
Peter Tyser | 6ed9f9c | 2012-04-18 09:48:24 -0500 | [diff] [blame] | 48 | obj-$(CONFIG_GPIO_ICH) += gpio-ich.o |
Linus Walleij | e9004f5 | 2013-09-09 11:59:51 +0200 | [diff] [blame] | 49 | obj-$(CONFIG_GPIO_IOP) += gpio-iop.o |
Diego Elio Pettenò | b866492 | 2015-09-21 18:24:24 +0200 | [diff] [blame] | 50 | obj-$(CONFIG_GPIO_IT87) += gpio-it87.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 51 | obj-$(CONFIG_GPIO_JANZ_TTL) += gpio-janz-ttl.o |
Guenter Roeck | d22fcde | 2013-06-23 21:00:05 -0700 | [diff] [blame] | 52 | obj-$(CONFIG_GPIO_KEMPLD) += gpio-kempld.o |
Linus Walleij | 8c9b043 | 2011-12-05 14:47:48 +0100 | [diff] [blame] | 53 | obj-$(CONFIG_ARCH_KS8695) += gpio-ks8695.o |
David Cohen | 84743ea | 2013-10-04 13:01:41 -0700 | [diff] [blame] | 54 | obj-$(CONFIG_GPIO_INTEL_MID) += gpio-intel-mid.o |
Huacai Chen | 991ff4e | 2015-04-01 10:20:08 +0800 | [diff] [blame] | 55 | obj-$(CONFIG_GPIO_LOONGSON) += gpio-loongson.o |
Milo Kim | 0cc59b9 | 2013-12-06 11:18:42 +0900 | [diff] [blame] | 56 | obj-$(CONFIG_GPIO_LP3943) += gpio-lp3943.o |
Joachim Eastwood | 13a43fd | 2015-05-02 23:11:34 +0200 | [diff] [blame] | 57 | obj-$(CONFIG_GPIO_LPC18XX) += gpio-lpc18xx.o |
Linus Walleij | f80cb52 | 2011-08-22 08:44:45 +0100 | [diff] [blame] | 58 | obj-$(CONFIG_ARCH_LPC32XX) += gpio-lpc32xx.o |
Mathias Nyman | 1d09aaa | 2012-12-12 17:42:38 +0200 | [diff] [blame] | 59 | obj-$(CONFIG_GPIO_LYNXPOINT) += gpio-lynxpoint.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 60 | obj-$(CONFIG_GPIO_MAX730X) += gpio-max730x.o |
| 61 | obj-$(CONFIG_GPIO_MAX7300) += gpio-max7300.o |
| 62 | obj-$(CONFIG_GPIO_MAX7301) += gpio-max7301.o |
| 63 | obj-$(CONFIG_GPIO_MAX732X) += gpio-max732x.o |
Laxman Dewangan | 02c5ba1 | 2016-05-13 10:49:14 +0530 | [diff] [blame] | 64 | obj-$(CONFIG_GPIO_MAX77620) += gpio-max77620.o |
Jassi Brar | 0da094d | 2015-01-19 18:35:53 +0800 | [diff] [blame] | 65 | obj-$(CONFIG_GPIO_MB86S7X) += gpio-mb86s7x.o |
Andreas Werner | f436bc2 | 2016-02-29 19:44:43 +0100 | [diff] [blame] | 66 | obj-$(CONFIG_GPIO_MENZ127) += gpio-menz127.o |
Andy Shevchenko | ccf6fd6 | 2016-07-08 14:08:23 +0300 | [diff] [blame] | 67 | obj-$(CONFIG_GPIO_MERRIFIELD) += gpio-merrifield.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 68 | obj-$(CONFIG_GPIO_MC33880) += gpio-mc33880.o |
wu guoxing | 608589b | 2012-01-30 14:31:20 +0800 | [diff] [blame] | 69 | obj-$(CONFIG_GPIO_MC9S08DZ60) += gpio-mc9s08dz60.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 70 | obj-$(CONFIG_GPIO_MCP23S08) += gpio-mcp23s08.o |
| 71 | obj-$(CONFIG_GPIO_ML_IOH) += gpio-ml-ioh.o |
John Crispin | 5238f7b | 2012-05-11 18:48:39 +0200 | [diff] [blame] | 72 | obj-$(CONFIG_GPIO_MM_LANTIQ) += gpio-mm-lantiq.o |
Jonas Jensen | 0299b77 | 2013-11-29 12:11:34 +0100 | [diff] [blame] | 73 | obj-$(CONFIG_GPIO_MOXART) += gpio-moxart.o |
Grant Likely | 6eae1ac | 2011-07-06 11:54:19 -0600 | [diff] [blame] | 74 | obj-$(CONFIG_GPIO_MPC5200) += gpio-mpc5200.o |
Wolfram Sang | c68308d | 2011-09-21 12:49:20 +0200 | [diff] [blame] | 75 | obj-$(CONFIG_GPIO_MPC8XXX) += gpio-mpc8xxx.o |
Mathias Nyman | 25cf250 | 2012-04-24 11:02:49 +0100 | [diff] [blame] | 76 | obj-$(CONFIG_GPIO_MSIC) += gpio-msic.o |
Thomas Petazzoni | fefe7b0 | 2012-09-19 22:52:58 +0200 | [diff] [blame] | 77 | obj-$(CONFIG_GPIO_MVEBU) += gpio-mvebu.o |
Shawn Guo | d37a65b | 2011-06-06 00:07:54 +0800 | [diff] [blame] | 78 | obj-$(CONFIG_GPIO_MXC) += gpio-mxc.o |
Grant Likely | 7b2fa57 | 2011-06-06 09:37:58 -0600 | [diff] [blame] | 79 | obj-$(CONFIG_GPIO_MXS) += gpio-mxs.o |
David Daney | aca58a6 | 2013-07-29 14:29:10 -0700 | [diff] [blame] | 80 | obj-$(CONFIG_GPIO_OCTEON) += gpio-octeon.o |
Javier Martinez Canillas | cd0a374 | 2014-04-06 16:58:15 +0200 | [diff] [blame] | 81 | obj-$(CONFIG_GPIO_OMAP) += gpio-omap.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 82 | obj-$(CONFIG_GPIO_PCA953X) += gpio-pca953x.o |
| 83 | obj-$(CONFIG_GPIO_PCF857X) += gpio-pcf857x.o |
| 84 | obj-$(CONFIG_GPIO_PCH) += gpio-pch.o |
Andrew F. Davis | df6df93 | 2016-01-25 10:37:31 -0600 | [diff] [blame] | 85 | obj-$(CONFIG_GPIO_PISOSR) += gpio-pisosr.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 86 | obj-$(CONFIG_GPIO_PL061) += gpio-pl061.o |
Haojian Zhuang | 157d264 | 2011-10-17 20:37:52 +0800 | [diff] [blame] | 87 | obj-$(CONFIG_GPIO_PXA) += gpio-pxa.o |
Laxman Dewangan | e9fe32b | 2012-05-14 12:46:12 +0530 | [diff] [blame] | 88 | obj-$(CONFIG_GPIO_RC5T583) += gpio-rc5t583.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 89 | obj-$(CONFIG_GPIO_RDC321X) += gpio-rdc321x.o |
Magnus Damm | 119f5e4 | 2013-03-13 20:32:13 +0900 | [diff] [blame] | 90 | obj-$(CONFIG_GPIO_RCAR) += gpio-rcar.o |
Linus Walleij | 2428835 | 2011-08-22 08:49:07 +0100 | [diff] [blame] | 91 | obj-$(CONFIG_ARCH_SA1100) += gpio-sa1100.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 92 | obj-$(CONFIG_GPIO_SCH) += gpio-sch.o |
Bruno Randolf | 12262be | 2013-12-04 23:56:43 +0000 | [diff] [blame] | 93 | obj-$(CONFIG_GPIO_SCH311X) += gpio-sch311x.o |
Sebastian Andrzej Siewior | b43ab90 | 2011-06-27 09:26:23 +0200 | [diff] [blame] | 94 | obj-$(CONFIG_GPIO_SODAVILLE) += gpio-sodaville.o |
Shiraz Hashim | b53bc28 | 2012-11-16 10:45:25 +0530 | [diff] [blame] | 95 | obj-$(CONFIG_GPIO_SPEAR_SPICS) += gpio-spear-spics.o |
Alessandro Rubini | 7b0d44f3 | 2012-04-12 10:48:55 +0200 | [diff] [blame] | 96 | obj-$(CONFIG_GPIO_STA2X11) += gpio-sta2x11.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 97 | obj-$(CONFIG_GPIO_STMPE) += gpio-stmpe.o |
John Crispin | 5238f7b | 2012-05-11 18:48:39 +0200 | [diff] [blame] | 98 | obj-$(CONFIG_GPIO_STP_XWAY) += gpio-stp-xway.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 99 | obj-$(CONFIG_GPIO_SX150X) += gpio-sx150x.o |
Alexander Shiyan | 6a8a0c1 | 2014-03-11 21:55:14 +0400 | [diff] [blame] | 100 | obj-$(CONFIG_GPIO_SYSCON) += gpio-syscon.o |
Christian Ruppert | c6ce2b6 | 2013-10-08 14:25:22 +0200 | [diff] [blame] | 101 | obj-$(CONFIG_GPIO_TB10X) += gpio-tb10x.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 102 | obj-$(CONFIG_GPIO_TC3589X) += gpio-tc3589x.o |
Alexander Stein | 4dd4dd1 | 2016-02-24 20:54:32 +0100 | [diff] [blame] | 103 | obj-$(CONFIG_GPIO_TEGRA) += gpio-tegra.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 104 | obj-$(CONFIG_GPIO_TIMBERDALE) += gpio-timberdale.o |
Laxman Dewangan | 3d50a27 | 2013-01-03 16:16:59 +0530 | [diff] [blame] | 105 | obj-$(CONFIG_GPIO_PALMAS) += gpio-palmas.o |
Andrew F. Davis | b866526 | 2016-01-25 10:14:12 -0600 | [diff] [blame] | 106 | obj-$(CONFIG_GPIO_TPIC2810) += gpio-tpic2810.o |
Andrew F. Davis | 99f0fd5 | 2016-02-06 10:12:10 -0600 | [diff] [blame] | 107 | obj-$(CONFIG_GPIO_TPS65086) += gpio-tps65086.o |
Nicolas Saenz Julienne | c366c76 | 2016-01-30 17:06:44 +0000 | [diff] [blame] | 108 | obj-$(CONFIG_GPIO_TPS65218) += gpio-tps65218.o |
Laxman Dewangan | 72bd986 | 2012-07-18 11:50:48 +0530 | [diff] [blame] | 109 | obj-$(CONFIG_GPIO_TPS6586X) += gpio-tps6586x.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 110 | obj-$(CONFIG_GPIO_TPS65910) += gpio-tps65910.o |
Margarita Olaya | 668a6cc | 2011-06-09 14:50:19 -0500 | [diff] [blame] | 111 | obj-$(CONFIG_GPIO_TPS65912) += gpio-tps65912.o |
Julien Grossholtz | 5041e79 | 2016-01-13 11:57:43 -0500 | [diff] [blame] | 112 | obj-$(CONFIG_GPIO_TS4800) += gpio-ts4800.o |
Vivien Didelot | 759f5f3 | 2012-12-07 21:36:34 -0500 | [diff] [blame] | 113 | obj-$(CONFIG_GPIO_TS5500) += gpio-ts5500.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 114 | obj-$(CONFIG_GPIO_TWL4030) += gpio-twl4030.o |
Peter Ujfalusi | 70ffd69 | 2012-08-16 15:13:15 +0300 | [diff] [blame] | 115 | obj-$(CONFIG_GPIO_TWL6040) += gpio-twl6040.o |
James Hogan | 9caf1f2 | 2013-06-25 15:27:43 +0100 | [diff] [blame] | 116 | obj-$(CONFIG_GPIO_TZ1090) += gpio-tz1090.o |
James Hogan | 79bb646 | 2013-06-25 15:27:44 +0100 | [diff] [blame] | 117 | obj-$(CONFIG_GPIO_TZ1090_PDC) += gpio-tz1090-pdc.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 118 | obj-$(CONFIG_GPIO_UCB1400) += gpio-ucb1400.o |
Stefan Agner | 7f2691a | 2014-10-16 21:47:58 +0200 | [diff] [blame] | 119 | obj-$(CONFIG_GPIO_VF610) += gpio-vf610.o |
Lars Poeschel | 9d5b72d | 2012-11-05 15:48:24 +0100 | [diff] [blame] | 120 | obj-$(CONFIG_GPIO_VIPERBOARD) += gpio-viperboard.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 121 | obj-$(CONFIG_GPIO_VR41XX) += gpio-vr41xx.o |
| 122 | obj-$(CONFIG_GPIO_VX855) += gpio-vx855.o |
| 123 | obj-$(CONFIG_GPIO_WM831X) += gpio-wm831x.o |
| 124 | obj-$(CONFIG_GPIO_WM8350) += gpio-wm8350.o |
| 125 | obj-$(CONFIG_GPIO_WM8994) += gpio-wm8994.o |
William Breathitt Gray | 9c26df9 | 2016-01-20 13:45:33 -0500 | [diff] [blame] | 126 | obj-$(CONFIG_GPIO_WS16C48) += gpio-ws16c48.o |
Feng Kan | 29cbf45 | 2014-07-31 12:03:25 -0700 | [diff] [blame] | 127 | obj-$(CONFIG_GPIO_XGENE) += gpio-xgene.o |
Y Vo | b2b35e1 | 2015-01-16 14:34:19 +0700 | [diff] [blame] | 128 | obj-$(CONFIG_GPIO_XGENE_SB) += gpio-xgene-sb.o |
Grant Likely | c103de2 | 2011-06-04 18:38:28 -0600 | [diff] [blame] | 129 | obj-$(CONFIG_GPIO_XILINX) += gpio-xilinx.o |
Kamlakant Patel | ff71880 | 2015-04-28 20:10:45 +0530 | [diff] [blame] | 130 | obj-$(CONFIG_GPIO_XLP) += gpio-xlp.o |
Baruch Siach | 3b31d0e | 2013-12-12 11:18:41 +0200 | [diff] [blame] | 131 | obj-$(CONFIG_GPIO_XTENSA) += gpio-xtensa.o |
Fabian Vogt | 9af4d80 | 2014-02-24 20:54:58 +0100 | [diff] [blame] | 132 | obj-$(CONFIG_GPIO_ZEVIO) += gpio-zevio.o |
Harini Katakam | 3242ba1 | 2014-07-08 16:32:35 +0530 | [diff] [blame] | 133 | obj-$(CONFIG_GPIO_ZYNQ) += gpio-zynq.o |
Jun Nie | e7aa6d8 | 2015-06-29 10:35:57 +0800 | [diff] [blame] | 134 | obj-$(CONFIG_GPIO_ZX) += gpio-zx.o |
Kelvin Cheung | bd37c99 | 2016-04-06 20:34:53 +0800 | [diff] [blame] | 135 | obj-$(CONFIG_GPIO_LOONGSON1) += gpio-loongson1.o |