Kconfig 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353
  1. #
  2. # GPIO infrastructure and drivers
  3. #
  4. config ARCH_HAVE_CUSTOM_GPIO_H
  5. bool
  6. help
  7. Selecting this config option from the architecture Kconfig allows
  8. the architecture to provide a custom asm/gpio.h implementation
  9. overriding the default implementations. New uses of this are
  10. strongly discouraged.
  11. menuconfig GPIOLIB
  12. bool "GPIO Support"
  13. select ANON_INODES
  14. help
  15. This enables GPIO support through the generic GPIO library.
  16. You only need to enable this, if you also want to enable
  17. one or more of the GPIO drivers below.
  18. If unsure, say N.
  19. if GPIOLIB
  20. config OF_GPIO
  21. def_bool y
  22. depends on OF
  23. depends on HAS_IOMEM
  24. config GPIO_ACPI
  25. def_bool y
  26. depends on ACPI
  27. config GPIOLIB_IRQCHIP
  28. select IRQ_DOMAIN
  29. bool
  30. config DEBUG_GPIO
  31. bool "Debug GPIO calls"
  32. depends on DEBUG_KERNEL
  33. help
  34. Say Y here to add some extra checks and diagnostics to GPIO calls.
  35. These checks help ensure that GPIOs have been properly initialized
  36. before they are used, and that sleeping calls are not made from
  37. non-sleeping contexts. They can make bitbanged serial protocols
  38. slower. The diagnostics help catch the type of setup errors
  39. that are most common when setting up new platforms or boards.
  40. config GPIO_SYSFS
  41. bool "/sys/class/gpio/... (sysfs interface)"
  42. depends on SYSFS
  43. help
  44. Say Y here to add a sysfs interface for GPIOs.
  45. This is mostly useful to work around omissions in a system's
  46. kernel support. Those are common in custom and semicustom
  47. hardware assembled using standard kernels with a minimum of
  48. custom patches. In those cases, userspace code may import
  49. a given GPIO from the kernel, if no kernel driver requested it.
  50. Kernel drivers may also request that a particular GPIO be
  51. exported to userspace; this can be useful when debugging.
  52. config GPIO_GENERIC
  53. depends on HAS_IOMEM # Only for IOMEM drivers
  54. tristate
  55. # put drivers in the right section, in alphabetical order
  56. # This symbol is selected by both I2C and SPI expanders
  57. config GPIO_MAX730X
  58. tristate
  59. menu "Memory mapped GPIO drivers"
  60. depends on HAS_IOMEM
  61. config GPIO_74XX_MMIO
  62. tristate "GPIO driver for 74xx-ICs with MMIO access"
  63. depends on OF_GPIO
  64. select GPIO_GENERIC
  65. help
  66. Say yes here to support GPIO functionality for 74xx-compatible ICs
  67. with MMIO access. Compatible models include:
  68. 1 bit: 741G125 (Input), 741G74 (Output)
  69. 2 bits: 742G125 (Input), 7474 (Output)
  70. 4 bits: 74125 (Input), 74175 (Output)
  71. 6 bits: 74365 (Input), 74174 (Output)
  72. 8 bits: 74244 (Input), 74273 (Output)
  73. 16 bits: 741624 (Input), 7416374 (Output)
  74. config GPIO_ALTERA
  75. tristate "Altera GPIO"
  76. depends on OF_GPIO
  77. select GPIOLIB_IRQCHIP
  78. help
  79. Say Y or M here to build support for the Altera PIO device.
  80. If driver is built as a module it will be called gpio-altera.
  81. config GPIO_AMDPT
  82. tristate "AMD Promontory GPIO support"
  83. depends on ACPI
  84. select GPIO_GENERIC
  85. help
  86. driver for GPIO functionality on Promontory IOHub
  87. Require ACPI ASL code to enumerate as a platform device.
  88. config GPIO_ASPEED
  89. tristate "Aspeed GPIO support"
  90. depends on (ARCH_ASPEED || COMPILE_TEST) && OF_GPIO
  91. select GPIOLIB_IRQCHIP
  92. help
  93. Say Y here to support Aspeed AST2400 and AST2500 GPIO controllers.
  94. config GPIO_ATH79
  95. tristate "Atheros AR71XX/AR724X/AR913X GPIO support"
  96. default y if ATH79
  97. depends on ATH79 || COMPILE_TEST
  98. select GPIO_GENERIC
  99. select GPIOLIB_IRQCHIP
  100. help
  101. Select this option to enable GPIO driver for
  102. Atheros AR71XX/AR724X/AR913X SoC devices.
  103. config GPIO_RASPBERRYPI_EXP
  104. tristate "Raspberry Pi 3 GPIO Expander"
  105. default RASPBERRYPI_FIRMWARE
  106. depends on OF_GPIO
  107. depends on (ARCH_BCM2835 && RASPBERRYPI_FIRMWARE) || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE)
  108. help
  109. Turn on GPIO support for the expander on Raspberry Pi 3 boards, using
  110. the firmware mailbox to communicate with VideoCore on BCM283x chips.
  111. config GPIO_BCM_KONA
  112. bool "Broadcom Kona GPIO"
  113. depends on OF_GPIO && (ARCH_BCM_MOBILE || COMPILE_TEST)
  114. help
  115. Turn on GPIO support for Broadcom "Kona" chips.
  116. config GPIO_BRCMSTB
  117. tristate "BRCMSTB GPIO support"
  118. default y if (ARCH_BRCMSTB || BMIPS_GENERIC)
  119. depends on OF_GPIO && (ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST)
  120. select GPIO_GENERIC
  121. select IRQ_DOMAIN
  122. help
  123. Say yes here to enable GPIO support for Broadcom STB (BCM7XXX) SoCs.
  124. config GPIO_CLPS711X
  125. tristate "CLPS711X GPIO support"
  126. depends on ARCH_CLPS711X || COMPILE_TEST
  127. select GPIO_GENERIC
  128. help
  129. Say yes here to support GPIO on CLPS711X SoCs.
  130. config GPIO_DAVINCI
  131. bool "TI Davinci/Keystone GPIO support"
  132. default y if ARCH_DAVINCI
  133. depends on ARM && (ARCH_DAVINCI || ARCH_KEYSTONE)
  134. help
  135. Say yes here to enable GPIO support for TI Davinci/Keystone SoCs.
  136. config GPIO_DWAPB
  137. tristate "Synopsys DesignWare APB GPIO driver"
  138. select GPIO_GENERIC
  139. select GENERIC_IRQ_CHIP
  140. help
  141. Say Y or M here to build support for the Synopsys DesignWare APB
  142. GPIO block.
  143. config GPIO_EM
  144. tristate "Emma Mobile GPIO"
  145. depends on (ARCH_EMEV2 || COMPILE_TEST) && OF_GPIO
  146. help
  147. Say yes here to support GPIO on Renesas Emma Mobile SoCs.
  148. config GPIO_EP93XX
  149. def_bool y
  150. depends on ARCH_EP93XX
  151. select GPIO_GENERIC
  152. config GPIO_ETRAXFS
  153. bool "Axis ETRAX FS General I/O"
  154. depends on CRIS || COMPILE_TEST
  155. depends on OF_GPIO
  156. select GPIO_GENERIC
  157. select GPIOLIB_IRQCHIP
  158. help
  159. Say yes here to support the GPIO controller on Axis ETRAX FS SoCs.
  160. config GPIO_EXAR
  161. tristate "Support for GPIO pins on XR17V352/354/358"
  162. depends on SERIAL_8250_EXAR
  163. help
  164. Selecting this option will enable handling of GPIO pins present
  165. on Exar XR17V352/354/358 chips.
  166. config GPIO_GE_FPGA
  167. bool "GE FPGA based GPIO"
  168. depends on GE_FPGA
  169. select GPIO_GENERIC
  170. help
  171. Support for common GPIO functionality provided on some GE Single Board
  172. Computers.
  173. This driver provides basic support (configure as input or output, read
  174. and write pin state) for GPIO implemented in a number of GE single
  175. board computers.
  176. config GPIO_FTGPIO010
  177. bool "Faraday FTGPIO010 GPIO"
  178. depends on OF_GPIO
  179. select GPIO_GENERIC
  180. select GPIOLIB_IRQCHIP
  181. default (ARCH_GEMINI || ARCH_MOXART)
  182. help
  183. Support for common GPIOs from the Faraday FTGPIO010 IP core, found in
  184. Cortina systems Gemini platforms, Moxa ART and others.
  185. config GPIO_GENERIC_PLATFORM
  186. tristate "Generic memory-mapped GPIO controller support (MMIO platform device)"
  187. select GPIO_GENERIC
  188. help
  189. Say yes here to support basic platform_device memory-mapped GPIO controllers.
  190. config GPIO_GRGPIO
  191. tristate "Aeroflex Gaisler GRGPIO support"
  192. depends on OF_GPIO
  193. select GPIO_GENERIC
  194. select IRQ_DOMAIN
  195. help
  196. Select this to support Aeroflex Gaisler GRGPIO cores from the GRLIB
  197. VHDL IP core library.
  198. config GPIO_HLWD
  199. tristate "Nintendo Wii (Hollywood) GPIO"
  200. depends on OF_GPIO
  201. select GPIO_GENERIC
  202. help
  203. Select this to support the GPIO controller of the Nintendo Wii.
  204. If unsure, say N.
  205. config GPIO_ICH
  206. tristate "Intel ICH GPIO"
  207. depends on PCI && X86
  208. select MFD_CORE
  209. select LPC_ICH
  210. help
  211. Say yes here to support the GPIO functionality of a number of Intel
  212. ICH-based chipsets. Currently supported devices: ICH6, ICH7, ICH8
  213. ICH9, ICH10, Series 5/3400 (eg Ibex Peak), Series 6/C200 (eg
  214. Cougar Point), NM10 (Tiger Point), and 3100 (Whitmore Lake).
  215. If unsure, say N.
  216. config GPIO_INGENIC
  217. tristate "Ingenic JZ47xx SoCs GPIO support"
  218. depends on OF
  219. depends on MACH_INGENIC || COMPILE_TEST
  220. select GPIOLIB_IRQCHIP
  221. help
  222. Say yes here to support the GPIO functionality present on the
  223. JZ4740 and JZ4780 SoCs from Ingenic.
  224. If unsure, say N.
  225. config GPIO_IOP
  226. tristate "Intel IOP GPIO"
  227. depends on ARCH_IOP32X || ARCH_IOP33X || COMPILE_TEST
  228. select GPIO_GENERIC
  229. help
  230. Say yes here to support the GPIO functionality of a number of Intel
  231. IOP32X or IOP33X.
  232. If unsure, say N.
  233. config GPIO_LOONGSON
  234. bool "Loongson-2/3 GPIO support"
  235. depends on CPU_LOONGSON2 || CPU_LOONGSON3
  236. help
  237. driver for GPIO functionality on Loongson-2F/3A/3B processors.
  238. config GPIO_LPC18XX
  239. tristate "NXP LPC18XX/43XX GPIO support"
  240. default y if ARCH_LPC18XX
  241. depends on OF_GPIO && (ARCH_LPC18XX || COMPILE_TEST)
  242. help
  243. Select this option to enable GPIO driver for
  244. NXP LPC18XX/43XX devices.
  245. config GPIO_LYNXPOINT
  246. tristate "Intel Lynxpoint GPIO support"
  247. depends on ACPI && X86
  248. select GPIOLIB_IRQCHIP
  249. help
  250. driver for GPIO functionality on Intel Lynxpoint PCH chipset
  251. Requires ACPI device enumeration code to set up a platform device.
  252. config GPIO_MB86S7X
  253. tristate "GPIO support for Fujitsu MB86S7x Platforms"
  254. help
  255. Say yes here to support the GPIO controller in Fujitsu MB86S70 SoCs.
  256. config GPIO_MENZ127
  257. tristate "MEN 16Z127 GPIO support"
  258. depends on MCB
  259. select GPIO_GENERIC
  260. help
  261. Say yes here to support the MEN 16Z127 GPIO Controller
  262. config GPIO_MM_LANTIQ
  263. bool "Lantiq Memory mapped GPIOs"
  264. depends on LANTIQ && SOC_XWAY
  265. help
  266. This enables support for memory mapped GPIOs on the External Bus Unit
  267. (EBU) found on Lantiq SoCs. The gpios are output only as they are
  268. created by attaching a 16bit latch to the bus.
  269. config GPIO_MOCKUP
  270. tristate "GPIO Testing Driver"
  271. depends on GPIOLIB && SYSFS
  272. select GPIO_SYSFS
  273. select GPIOLIB_IRQCHIP
  274. select IRQ_SIM
  275. help
  276. This enables GPIO Testing driver, which provides a way to test GPIO
  277. subsystem through sysfs(or char device) and debugfs. GPIO_SYSFS
  278. must be selected for this test.
  279. User could use it through the script in
  280. tools/testing/selftests/gpio/gpio-mockup.sh. Reference the usage in
  281. it.
  282. config GPIO_MPC5200
  283. def_bool y
  284. depends on PPC_MPC52xx
  285. config GPIO_MPC8XXX
  286. bool "MPC512x/MPC8xxx/QorIQ GPIO support"
  287. depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \
  288. FSL_SOC_BOOKE || PPC_86xx || ARCH_LAYERSCAPE || ARM || \
  289. COMPILE_TEST
  290. select GPIO_GENERIC
  291. select IRQ_DOMAIN
  292. help
  293. Say Y here if you're going to use hardware that connects to the
  294. MPC512x/831x/834x/837x/8572/8610/QorIQ GPIOs.
  295. config GPIO_MVEBU
  296. def_bool y
  297. depends on PLAT_ORION || ARCH_MVEBU
  298. depends on OF_GPIO
  299. select GENERIC_IRQ_CHIP
  300. select REGMAP_MMIO
  301. config GPIO_MXC
  302. def_bool y
  303. depends on ARCH_MXC
  304. select GPIO_GENERIC
  305. select GENERIC_IRQ_CHIP
  306. config GPIO_MXS
  307. def_bool y
  308. depends on ARCH_MXS
  309. select GPIO_GENERIC
  310. select GENERIC_IRQ_CHIP
  311. config GPIO_OCTEON
  312. tristate "Cavium OCTEON GPIO"
  313. depends on GPIOLIB && CAVIUM_OCTEON_SOC
  314. default y
  315. help
  316. Say yes here to support the on-chip GPIO lines on the OCTEON
  317. family of SOCs.
  318. config GPIO_OMAP
  319. tristate "TI OMAP GPIO support" if ARCH_OMAP2PLUS || COMPILE_TEST
  320. default y if ARCH_OMAP
  321. depends on ARM
  322. select GENERIC_IRQ_CHIP
  323. select GPIOLIB_IRQCHIP
  324. help
  325. Say yes here to enable GPIO support for TI OMAP SoCs.
  326. config GPIO_PL061
  327. bool "PrimeCell PL061 GPIO support"
  328. depends on ARM_AMBA
  329. select IRQ_DOMAIN
  330. select GPIOLIB_IRQCHIP
  331. help
  332. Say yes here to support the PrimeCell PL061 GPIO device
  333. config GPIO_PXA
  334. bool "PXA GPIO support"
  335. depends on ARCH_PXA || ARCH_MMP
  336. help
  337. Say yes here to support the PXA GPIO device
  338. config GPIO_RCAR
  339. tristate "Renesas R-Car GPIO"
  340. depends on ARCH_RENESAS || COMPILE_TEST
  341. select GPIOLIB_IRQCHIP
  342. help
  343. Say yes here to support GPIO on Renesas R-Car SoCs.
  344. config GPIO_REG
  345. bool
  346. help
  347. A 32-bit single register GPIO fixed in/out implementation. This
  348. can be used to represent any register as a set of GPIO signals.
  349. config GPIO_SPEAR_SPICS
  350. bool "ST SPEAr13xx SPI Chip Select as GPIO support"
  351. depends on PLAT_SPEAR
  352. select GENERIC_IRQ_CHIP
  353. help
  354. Say yes here to support ST SPEAr SPI Chip Select as GPIO device
  355. config GPIO_SPRD
  356. tristate "Spreadtrum GPIO support"
  357. depends on ARCH_SPRD || COMPILE_TEST
  358. depends on OF_GPIO
  359. select GPIOLIB_IRQCHIP
  360. help
  361. Say yes here to support Spreadtrum GPIO device.
  362. config GPIO_STA2X11
  363. bool "STA2x11/ConneXt GPIO support"
  364. depends on MFD_STA2X11
  365. select GENERIC_IRQ_CHIP
  366. help
  367. Say yes here to support the STA2x11/ConneXt GPIO device.
  368. The GPIO module has 128 GPIO pins with alternate functions.
  369. config GPIO_STP_XWAY
  370. bool "XWAY STP GPIOs"
  371. depends on SOC_XWAY
  372. help
  373. This enables support for the Serial To Parallel (STP) unit found on
  374. XWAY SoC. The STP allows the SoC to drive a shift registers cascade,
  375. that can be up to 24 bit. This peripheral is aimed at driving leds.
  376. Some of the gpios/leds can be auto updated by the soc with dsl and
  377. phy status.
  378. config GPIO_SYSCON
  379. tristate "GPIO based on SYSCON"
  380. depends on MFD_SYSCON && OF
  381. help
  382. Say yes here to support GPIO functionality though SYSCON driver.
  383. config GPIO_TB10X
  384. bool
  385. select GENERIC_IRQ_CHIP
  386. select OF_GPIO
  387. config GPIO_TEGRA
  388. bool "NVIDIA Tegra GPIO support"
  389. default ARCH_TEGRA
  390. depends on ARCH_TEGRA || COMPILE_TEST
  391. depends on OF_GPIO
  392. help
  393. Say yes here to support GPIO pins on NVIDIA Tegra SoCs.
  394. config GPIO_TEGRA186
  395. tristate "NVIDIA Tegra186 GPIO support"
  396. default ARCH_TEGRA_186_SOC
  397. depends on ARCH_TEGRA_186_SOC || COMPILE_TEST
  398. depends on OF_GPIO
  399. select GPIOLIB_IRQCHIP
  400. help
  401. Say yes here to support GPIO pins on NVIDIA Tegra186 SoCs.
  402. config GPIO_TS4800
  403. tristate "TS-4800 DIO blocks and compatibles"
  404. depends on OF_GPIO
  405. depends on SOC_IMX51 || COMPILE_TEST
  406. select GPIO_GENERIC
  407. help
  408. This driver support TS-4800 FPGA GPIO controllers.
  409. config GPIO_THUNDERX
  410. tristate "Cavium ThunderX/OCTEON-TX GPIO"
  411. depends on ARCH_THUNDER || (64BIT && COMPILE_TEST)
  412. depends on PCI_MSI
  413. select IRQ_DOMAIN_HIERARCHY
  414. select IRQ_FASTEOI_HIERARCHY_HANDLERS
  415. help
  416. Say yes here to support the on-chip GPIO lines on the ThunderX
  417. and OCTEON-TX families of SoCs.
  418. config GPIO_UNIPHIER
  419. tristate "UniPhier GPIO support"
  420. depends on ARCH_UNIPHIER || COMPILE_TEST
  421. depends on OF_GPIO
  422. select IRQ_DOMAIN_HIERARCHY
  423. help
  424. Say yes here to support UniPhier GPIOs.
  425. config GPIO_VF610
  426. def_bool y
  427. depends on ARCH_MXC && SOC_VF610
  428. select GPIOLIB_IRQCHIP
  429. help
  430. Say yes here to support Vybrid vf610 GPIOs.
  431. config GPIO_VR41XX
  432. tristate "NEC VR4100 series General-purpose I/O Uint support"
  433. depends on CPU_VR41XX
  434. help
  435. Say yes here to support the NEC VR4100 series General-purpose I/O Uint
  436. config GPIO_VX855
  437. tristate "VIA VX855/VX875 GPIO"
  438. depends on (X86 || COMPILE_TEST) && PCI
  439. select MFD_CORE
  440. select MFD_VX855
  441. help
  442. Support access to the VX855/VX875 GPIO lines through the gpio library.
  443. This driver provides common support for accessing the device,
  444. additional drivers must be enabled in order to use the
  445. functionality of the device.
  446. config GPIO_XGENE
  447. bool "APM X-Gene GPIO controller support"
  448. depends on ARM64 && OF_GPIO
  449. help
  450. This driver is to support the GPIO block within the APM X-Gene SoC
  451. platform's generic flash controller. The GPIO pins are muxed with
  452. the generic flash controller's address and data pins. Say yes
  453. here to enable the GFC GPIO functionality.
  454. config GPIO_XGENE_SB
  455. tristate "APM X-Gene GPIO standby controller support"
  456. depends on ARCH_XGENE && OF_GPIO
  457. select GPIO_GENERIC
  458. select GPIOLIB_IRQCHIP
  459. select IRQ_DOMAIN_HIERARCHY
  460. help
  461. This driver supports the GPIO block within the APM X-Gene
  462. Standby Domain. Say yes here to enable the GPIO functionality.
  463. config GPIO_XILINX
  464. tristate "Xilinx GPIO support"
  465. depends on OF_GPIO
  466. help
  467. Say yes here to support the Xilinx FPGA GPIO device
  468. config GPIO_XLP
  469. tristate "Netlogic XLP GPIO support"
  470. depends on OF_GPIO && (CPU_XLP || ARCH_THUNDER2 || COMPILE_TEST)
  471. select GPIOLIB_IRQCHIP
  472. help
  473. This driver provides support for GPIO interface on Netlogic XLP MIPS64
  474. SoCs. Currently supported XLP variants are XLP8XX, XLP3XX, XLP2XX,
  475. XLP9XX and XLP5XX. The same GPIO controller block is also present in
  476. Cavium's ThunderX2 CN99XX SoCs.
  477. If unsure, say N.
  478. config GPIO_XTENSA
  479. bool "Xtensa GPIO32 support"
  480. depends on XTENSA
  481. depends on HAVE_XTENSA_GPIO32
  482. depends on !SMP
  483. help
  484. Say yes here to support the Xtensa internal GPIO32 IMPWIRE (input)
  485. and EXPSTATE (output) ports
  486. config GPIO_ZEVIO
  487. bool "LSI ZEVIO SoC memory mapped GPIOs"
  488. depends on ARM && OF_GPIO
  489. help
  490. Say yes here to support the GPIO controller in LSI ZEVIO SoCs.
  491. config GPIO_ZYNQ
  492. tristate "Xilinx Zynq GPIO support"
  493. depends on ARCH_ZYNQ || ARCH_ZYNQMP
  494. select GPIOLIB_IRQCHIP
  495. help
  496. Say yes here to support Xilinx Zynq GPIO controller.
  497. config GPIO_ZX
  498. bool "ZTE ZX GPIO support"
  499. depends on ARCH_ZX || COMPILE_TEST
  500. select GPIOLIB_IRQCHIP
  501. help
  502. Say yes here to support the GPIO device on ZTE ZX SoCs.
  503. config GPIO_LOONGSON1
  504. tristate "Loongson1 GPIO support"
  505. depends on MACH_LOONGSON32
  506. select GPIO_GENERIC
  507. help
  508. Say Y or M here to support GPIO on Loongson1 SoCs.
  509. endmenu
  510. menu "Port-mapped I/O GPIO drivers"
  511. depends on X86 # Unconditional I/O space access
  512. config GPIO_104_DIO_48E
  513. tristate "ACCES 104-DIO-48E GPIO support"
  514. depends on PC104
  515. select ISA_BUS_API
  516. select GPIOLIB_IRQCHIP
  517. help
  518. Enables GPIO support for the ACCES 104-DIO-48E series (104-DIO-48E,
  519. 104-DIO-24E). The base port addresses for the devices may be
  520. configured via the base module parameter. The interrupt line numbers
  521. for the devices may be configured via the irq module parameter.
  522. config GPIO_104_IDIO_16
  523. tristate "ACCES 104-IDIO-16 GPIO support"
  524. depends on PC104
  525. select ISA_BUS_API
  526. select GPIOLIB_IRQCHIP
  527. help
  528. Enables GPIO support for the ACCES 104-IDIO-16 family (104-IDIO-16,
  529. 104-IDIO-16E, 104-IDO-16, 104-IDIO-8, 104-IDIO-8E, 104-IDO-8). The
  530. base port addresses for the devices may be configured via the base
  531. module parameter. The interrupt line numbers for the devices may be
  532. configured via the irq module parameter.
  533. config GPIO_104_IDI_48
  534. tristate "ACCES 104-IDI-48 GPIO support"
  535. depends on PC104
  536. select ISA_BUS_API
  537. select GPIOLIB_IRQCHIP
  538. help
  539. Enables GPIO support for the ACCES 104-IDI-48 family (104-IDI-48A,
  540. 104-IDI-48AC, 104-IDI-48B, 104-IDI-48BC). The base port addresses for
  541. the devices may be configured via the base module parameter. The
  542. interrupt line numbers for the devices may be configured via the irq
  543. module parameter.
  544. config GPIO_F7188X
  545. tristate "F71869, F71869A, F71882FG, F71889F and F81866 GPIO support"
  546. help
  547. This option enables support for GPIOs found on Fintek Super-I/O
  548. chips F71869, F71869A, F71882FG, F71889F and F81866.
  549. To compile this driver as a module, choose M here: the module will
  550. be called f7188x-gpio.
  551. config GPIO_GPIO_MM
  552. tristate "Diamond Systems GPIO-MM GPIO support"
  553. depends on PC104
  554. select ISA_BUS_API
  555. help
  556. Enables GPIO support for the Diamond Systems GPIO-MM and GPIO-MM-12.
  557. The Diamond Systems GPIO-MM device features 48 lines of digital I/O
  558. via the emulation of dual 82C55A PPI chips. This driver provides GPIO
  559. support for these 48 channels of digital I/O.
  560. The base port addresses for the devices may be configured via the base
  561. array module parameter.
  562. config GPIO_IT87
  563. tristate "IT87xx GPIO support"
  564. help
  565. Say yes here to support GPIO functionality of IT87xx Super I/O chips.
  566. This driver is tested with ITE IT8728 and IT8732 Super I/O chips, and
  567. supports the IT8761E, IT8620E and IT8628E Super I/O chip as well.
  568. To compile this driver as a module, choose M here: the module will
  569. be called gpio_it87
  570. config GPIO_SCH
  571. tristate "Intel SCH/TunnelCreek/Centerton/Quark X1000 GPIO"
  572. depends on (X86 || COMPILE_TEST) && PCI
  573. select MFD_CORE
  574. select LPC_SCH
  575. help
  576. Say yes here to support GPIO interface on Intel Poulsbo SCH,
  577. Intel Tunnel Creek processor, Intel Centerton processor or
  578. Intel Quark X1000 SoC.
  579. The Intel SCH contains a total of 14 GPIO pins. Ten GPIOs are
  580. powered by the core power rail and are turned off during sleep
  581. modes (S3 and higher). The remaining four GPIOs are powered by
  582. the Intel SCH suspend power supply. These GPIOs remain
  583. active during S3. The suspend powered GPIOs can be used to wake the
  584. system from the Suspend-to-RAM state.
  585. The Intel Tunnel Creek processor has 5 GPIOs powered by the
  586. core power rail and 9 from suspend power supply.
  587. The Intel Centerton processor has a total of 30 GPIO pins.
  588. Twenty-one are powered by the core power rail and 9 from the
  589. suspend power supply.
  590. The Intel Quark X1000 SoC has 2 GPIOs powered by the core
  591. power well and 6 from the suspend power well.
  592. config GPIO_SCH311X
  593. tristate "SMSC SCH311x SuperI/O GPIO"
  594. help
  595. Driver to enable the GPIOs found on SMSC SMSC SCH3112, SCH3114 and
  596. SCH3116 "Super I/O" chipsets.
  597. To compile this driver as a module, choose M here: the module will
  598. be called gpio-sch311x.
  599. config GPIO_TS5500
  600. tristate "TS-5500 DIO blocks and compatibles"
  601. depends on TS5500 || COMPILE_TEST
  602. help
  603. This driver supports Digital I/O exposed by pin blocks found on some
  604. Technologic Systems platforms. It includes, but is not limited to, 3
  605. blocks of the TS-5500: DIO1, DIO2 and the LCD port, and the TS-5600
  606. LCD port.
  607. config GPIO_WINBOND
  608. tristate "Winbond Super I/O GPIO support"
  609. select ISA_BUS_API
  610. help
  611. This option enables support for GPIOs found on Winbond Super I/O
  612. chips.
  613. Currently, only W83627UHG (also known as Nuvoton NCT6627UD) is
  614. supported.
  615. You will need to provide a module parameter "gpios", or a
  616. boot-time parameter "gpio_winbond.gpios" with a bitmask of GPIO
  617. ports to enable (bit 0 is GPIO1, bit 1 is GPIO2, etc.).
  618. To compile this driver as a module, choose M here: the module will
  619. be called gpio-winbond.
  620. config GPIO_WS16C48
  621. tristate "WinSystems WS16C48 GPIO support"
  622. select ISA_BUS_API
  623. select GPIOLIB_IRQCHIP
  624. help
  625. Enables GPIO support for the WinSystems WS16C48. The base port
  626. addresses for the devices may be configured via the base module
  627. parameter. The interrupt line numbers for the devices may be
  628. configured via the irq module parameter.
  629. endmenu
  630. menu "I2C GPIO expanders"
  631. depends on I2C
  632. config GPIO_ADP5588
  633. tristate "ADP5588 I2C GPIO expander"
  634. help
  635. This option enables support for 18 GPIOs found
  636. on Analog Devices ADP5588 GPIO Expanders.
  637. config GPIO_ADP5588_IRQ
  638. bool "Interrupt controller support for ADP5588"
  639. depends on GPIO_ADP5588=y
  640. help
  641. Say yes here to enable the adp5588 to be used as an interrupt
  642. controller. It requires the driver to be built in the kernel.
  643. config GPIO_ADNP
  644. tristate "Avionic Design N-bit GPIO expander"
  645. depends on OF_GPIO
  646. select GPIOLIB_IRQCHIP
  647. help
  648. This option enables support for N GPIOs found on Avionic Design
  649. I2C GPIO expanders. The register space will be extended by powers
  650. of two, so the controller will need to accommodate for that. For
  651. example: if a controller provides 48 pins, 6 registers will be
  652. enough to represent all pins, but the driver will assume a
  653. register layout for 64 pins (8 registers).
  654. config GPIO_MAX7300
  655. tristate "Maxim MAX7300 GPIO expander"
  656. select GPIO_MAX730X
  657. help
  658. GPIO driver for Maxim MAX7300 I2C-based GPIO expander.
  659. config GPIO_MAX732X
  660. tristate "MAX7319, MAX7320-7327 I2C Port Expanders"
  661. help
  662. Say yes here to support the MAX7319, MAX7320-7327 series of I2C
  663. Port Expanders. Each IO port on these chips has a fixed role of
  664. Input (designated by 'I'), Push-Pull Output ('O'), or Open-Drain
  665. Input and Output (designed by 'P'). The combinations are listed
  666. below:
  667. 8 bits: max7319 (8I), max7320 (8O), max7321 (8P),
  668. max7322 (4I4O), max7323 (4P4O)
  669. 16 bits: max7324 (8I8O), max7325 (8P8O),
  670. max7326 (4I12O), max7327 (4P12O)
  671. Board setup code must specify the model to use, and the start
  672. number for these GPIOs.
  673. config GPIO_MAX732X_IRQ
  674. bool "Interrupt controller support for MAX732x"
  675. depends on GPIO_MAX732X=y
  676. select GPIOLIB_IRQCHIP
  677. help
  678. Say yes here to enable the max732x to be used as an interrupt
  679. controller. It requires the driver to be built in the kernel.
  680. config GPIO_MC9S08DZ60
  681. bool "MX35 3DS BOARD MC9S08DZ60 GPIO functions"
  682. depends on I2C=y && MACH_MX35_3DS
  683. help
  684. Select this to enable the MC9S08DZ60 GPIO driver
  685. config GPIO_PCA953X
  686. tristate "PCA95[357]x, PCA9698, TCA64xx, and MAX7310 I/O ports"
  687. help
  688. Say yes here to provide access to several register-oriented
  689. SMBus I/O expanders, made mostly by NXP or TI. Compatible
  690. models include:
  691. 4 bits: pca9536, pca9537
  692. 8 bits: max7310, max7315, pca6107, pca9534, pca9538, pca9554,
  693. pca9556, pca9557, pca9574, tca6408, tca9554, xra1202
  694. 16 bits: max7312, max7313, pca9535, pca9539, pca9555, pca9575,
  695. tca6416
  696. 24 bits: tca6424
  697. 40 bits: pca9505, pca9698
  698. config GPIO_PCA953X_IRQ
  699. bool "Interrupt controller support for PCA953x"
  700. depends on GPIO_PCA953X=y
  701. select GPIOLIB_IRQCHIP
  702. help
  703. Say yes here to enable the pca953x to be used as an interrupt
  704. controller. It requires the driver to be built in the kernel.
  705. config GPIO_PCF857X
  706. tristate "PCF857x, PCA{85,96}7x, and MAX732[89] I2C GPIO expanders"
  707. select GPIOLIB_IRQCHIP
  708. select IRQ_DOMAIN
  709. help
  710. Say yes here to provide access to most "quasi-bidirectional" I2C
  711. GPIO expanders used for additional digital outputs or inputs.
  712. Most of these parts are from NXP, though TI is a second source for
  713. some of them. Compatible models include:
  714. 8 bits: pcf8574, pcf8574a, pca8574, pca8574a,
  715. pca9670, pca9672, pca9674, pca9674a,
  716. max7328, max7329
  717. 16 bits: pcf8575, pcf8575c, pca8575,
  718. pca9671, pca9673, pca9675
  719. Your board setup code will need to declare the expanders in
  720. use, and assign numbers to the GPIOs they expose. Those GPIOs
  721. can then be used from drivers and other kernel code, just like
  722. other GPIOs, but only accessible from task contexts.
  723. This driver provides an in-kernel interface to those GPIOs using
  724. platform-neutral GPIO calls.
  725. config GPIO_TPIC2810
  726. tristate "TPIC2810 8-Bit I2C GPO expander"
  727. help
  728. Say yes here to enable the GPO driver for the TI TPIC2810 chip.
  729. To compile this driver as a module, choose M here: the module will
  730. be called gpio-tpic2810.
  731. config GPIO_TS4900
  732. tristate "Technologic Systems FPGA I2C GPIO"
  733. depends on SOC_IMX6 || COMPILE_TEST
  734. select REGMAP_I2C
  735. help
  736. Say yes here to enabled the GPIO driver for Technologic's FPGA core.
  737. Series supported include TS-4100, TS-4900, TS-7970 and TS-7990.
  738. endmenu
  739. menu "MFD GPIO expanders"
  740. config GPIO_ADP5520
  741. tristate "GPIO Support for ADP5520 PMIC"
  742. depends on PMIC_ADP5520
  743. help
  744. This option enables support for on-chip GPIO found
  745. on Analog Devices ADP5520 PMICs.
  746. config GPIO_ALTERA_A10SR
  747. tristate "Altera Arria10 System Resource GPIO"
  748. depends on MFD_ALTERA_A10SR
  749. help
  750. Driver for Arria10 Development Kit GPIO expansion which
  751. includes reads of pushbuttons and DIP switches as well
  752. as writes to LEDs.
  753. config GPIO_ARIZONA
  754. tristate "Wolfson Microelectronics Arizona class devices"
  755. depends on MFD_ARIZONA
  756. help
  757. Support for GPIOs on Wolfson Arizona class devices.
  758. config GPIO_BD9571MWV
  759. tristate "ROHM BD9571 GPIO support"
  760. depends on MFD_BD9571MWV
  761. help
  762. Support for GPIOs on ROHM BD9571 PMIC. There are two GPIOs
  763. available on the ROHM PMIC in total, both of which can also
  764. generate interrupts.
  765. This driver can also be built as a module. If so, the module
  766. will be called gpio-bd9571mwv.
  767. config GPIO_CRYSTAL_COVE
  768. tristate "GPIO support for Crystal Cove PMIC"
  769. depends on (X86 || COMPILE_TEST) && INTEL_SOC_PMIC
  770. select GPIOLIB_IRQCHIP
  771. help
  772. Support for GPIO pins on Crystal Cove PMIC.
  773. Say Yes if you have a Intel SoC based tablet with Crystal Cove PMIC
  774. inside.
  775. This driver can also be built as a module. If so, the module will be
  776. called gpio-crystalcove.
  777. config GPIO_CS5535
  778. tristate "AMD CS5535/CS5536 GPIO support"
  779. depends on X86 || MIPS || COMPILE_TEST
  780. depends on MFD_CS5535
  781. help
  782. The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that
  783. can be used for quite a number of things. The CS5535/6 is found on
  784. AMD Geode and Lemote Yeeloong devices.
  785. If unsure, say N.
  786. config GPIO_DA9052
  787. tristate "Dialog DA9052 GPIO"
  788. depends on PMIC_DA9052
  789. help
  790. Say yes here to enable the GPIO driver for the DA9052 chip.
  791. config GPIO_DA9055
  792. tristate "Dialog Semiconductor DA9055 GPIO"
  793. depends on MFD_DA9055
  794. help
  795. Say yes here to enable the GPIO driver for the DA9055 chip.
  796. The Dialog DA9055 PMIC chip has 3 GPIO pins that can be
  797. be controller by this driver.
  798. If driver is built as a module it will be called gpio-da9055.
  799. config GPIO_DLN2
  800. tristate "Diolan DLN2 GPIO support"
  801. depends on MFD_DLN2
  802. select GPIOLIB_IRQCHIP
  803. help
  804. Select this option to enable GPIO driver for the Diolan DLN2
  805. board.
  806. This driver can also be built as a module. If so, the module
  807. will be called gpio-dln2.
  808. config HTC_EGPIO
  809. bool "HTC EGPIO support"
  810. depends on GPIOLIB && ARM
  811. help
  812. This driver supports the CPLD egpio chip present on
  813. several HTC phones. It provides basic support for input
  814. pins, output pins, and irqs.
  815. config GPIO_JANZ_TTL
  816. tristate "Janz VMOD-TTL Digital IO Module"
  817. depends on MFD_JANZ_CMODIO
  818. help
  819. This enables support for the Janz VMOD-TTL Digital IO module.
  820. This driver provides support for driving the pins in output
  821. mode only. Input mode is not supported.
  822. config GPIO_KEMPLD
  823. tristate "Kontron ETX / COMexpress GPIO"
  824. depends on MFD_KEMPLD
  825. help
  826. This enables support for the PLD GPIO interface on some Kontron ETX
  827. and COMexpress (ETXexpress) modules.
  828. This driver can also be built as a module. If so, the module will be
  829. called gpio-kempld.
  830. config GPIO_LP3943
  831. tristate "TI/National Semiconductor LP3943 GPIO expander"
  832. depends on MFD_LP3943
  833. help
  834. GPIO driver for LP3943 MFD.
  835. LP3943 can be used as a GPIO expander which provides up to 16 GPIOs.
  836. Open drain outputs are required for this usage.
  837. config GPIO_LP873X
  838. tristate "TI LP873X GPO"
  839. depends on MFD_TI_LP873X
  840. help
  841. This driver supports the GPO on TI Lp873x PMICs. 2 GPOs are present
  842. on LP873X PMICs.
  843. This driver can also be built as a module. If so, the module will be
  844. called gpio-lp873x.
  845. config GPIO_LP87565
  846. tristate "TI LP87565 GPIO"
  847. depends on MFD_TI_LP87565
  848. help
  849. This driver supports the GPIO on TI Lp873565 PMICs. 3 GPIOs are present
  850. on LP87565 PMICs.
  851. This driver can also be built as a module. If so, the module will be
  852. called gpio-lp87565.
  853. config GPIO_MAX77620
  854. tristate "GPIO support for PMIC MAX77620 and MAX20024"
  855. depends on MFD_MAX77620
  856. help
  857. GPIO driver for MAX77620 and MAX20024 PMIC from Maxim Semiconductor.
  858. MAX77620 PMIC has 8 pins that can be configured as GPIOs. The
  859. driver also provides interrupt support for each of the gpios.
  860. Say yes here to enable the max77620 to be used as gpio controller.
  861. config GPIO_MSIC
  862. bool "Intel MSIC mixed signal gpio support"
  863. depends on (X86 || COMPILE_TEST) && MFD_INTEL_MSIC
  864. help
  865. Enable support for GPIO on intel MSIC controllers found in
  866. intel MID devices
  867. config GPIO_PALMAS
  868. bool "TI PALMAS series PMICs GPIO"
  869. depends on MFD_PALMAS
  870. help
  871. Select this option to enable GPIO driver for the TI PALMAS
  872. series chip family.
  873. config GPIO_RC5T583
  874. bool "RICOH RC5T583 GPIO"
  875. depends on MFD_RC5T583
  876. help
  877. Select this option to enable GPIO driver for the Ricoh RC5T583
  878. chip family.
  879. This driver provides the support for driving/reading the gpio pins
  880. of RC5T583 device through standard gpio library.
  881. config GPIO_STMPE
  882. bool "STMPE GPIOs"
  883. depends on MFD_STMPE
  884. depends on OF_GPIO
  885. select GPIOLIB_IRQCHIP
  886. help
  887. This enables support for the GPIOs found on the STMPE I/O
  888. Expanders.
  889. config GPIO_TC3589X
  890. bool "TC3589X GPIOs"
  891. depends on MFD_TC3589X
  892. depends on OF_GPIO
  893. select GPIOLIB_IRQCHIP
  894. help
  895. This enables support for the GPIOs found on the TC3589X
  896. I/O Expander.
  897. config GPIO_TIMBERDALE
  898. bool "Support for timberdale GPIO IP"
  899. depends on MFD_TIMBERDALE
  900. ---help---
  901. Add support for the GPIO IP in the timberdale FPGA.
  902. config GPIO_TPS65086
  903. tristate "TI TPS65086 GPO"
  904. depends on MFD_TPS65086
  905. help
  906. This driver supports the GPO on TI TPS65086x PMICs.
  907. config GPIO_TPS65218
  908. tristate "TPS65218 GPIO"
  909. depends on MFD_TPS65218
  910. help
  911. Select this option to enable GPIO driver for the TPS65218
  912. chip family.
  913. config GPIO_TPS6586X
  914. bool "TPS6586X GPIO"
  915. depends on MFD_TPS6586X
  916. help
  917. Select this option to enable GPIO driver for the TPS6586X
  918. chip family.
  919. config GPIO_TPS65910
  920. bool "TPS65910 GPIO"
  921. depends on MFD_TPS65910
  922. help
  923. Select this option to enable GPIO driver for the TPS65910
  924. chip family.
  925. config GPIO_TPS65912
  926. tristate "TI TPS65912 GPIO"
  927. depends on MFD_TPS65912
  928. help
  929. This driver supports TPS65912 gpio chip
  930. config GPIO_TPS68470
  931. bool "TPS68470 GPIO"
  932. depends on MFD_TPS68470
  933. help
  934. Select this option to enable GPIO driver for the TPS68470
  935. chip family.
  936. There are 7 GPIOs and few sensor related GPIOs supported
  937. by the TPS68470. While the 7 GPIOs can be configured as
  938. input or output as appropriate, the sensor related GPIOs
  939. are "output only" GPIOs.
  940. This driver config is bool, as the GPIO functionality
  941. of the TPS68470 must be available before dependent
  942. drivers are loaded.
  943. config GPIO_TWL4030
  944. tristate "TWL4030, TWL5030, and TPS659x0 GPIOs"
  945. depends on TWL4030_CORE
  946. help
  947. Say yes here to access the GPIO signals of various multi-function
  948. power management chips from Texas Instruments.
  949. config GPIO_TWL6040
  950. tristate "TWL6040 GPO"
  951. depends on TWL6040_CORE
  952. help
  953. Say yes here to access the GPO signals of twl6040
  954. audio chip from Texas Instruments.
  955. config GPIO_UCB1400
  956. tristate "Philips UCB1400 GPIO"
  957. depends on UCB1400_CORE
  958. help
  959. This enables support for the Philips UCB1400 GPIO pins.
  960. The UCB1400 is an AC97 audio codec.
  961. config GPIO_WHISKEY_COVE
  962. tristate "GPIO support for Whiskey Cove PMIC"
  963. depends on (X86 || COMPILE_TEST) && INTEL_SOC_PMIC_BXTWC
  964. select GPIOLIB_IRQCHIP
  965. help
  966. Support for GPIO pins on Whiskey Cove PMIC.
  967. Say Yes if you have a Intel SoC based tablet with Whiskey Cove PMIC
  968. inside.
  969. This driver can also be built as a module. If so, the module will be
  970. called gpio-wcove.
  971. config GPIO_WM831X
  972. tristate "WM831x GPIOs"
  973. depends on MFD_WM831X
  974. help
  975. Say yes here to access the GPIO signals of WM831x power management
  976. chips from Wolfson Microelectronics.
  977. config GPIO_WM8350
  978. tristate "WM8350 GPIOs"
  979. depends on MFD_WM8350
  980. help
  981. Say yes here to access the GPIO signals of WM8350 power management
  982. chips from Wolfson Microelectronics.
  983. config GPIO_WM8994
  984. tristate "WM8994 GPIOs"
  985. depends on MFD_WM8994
  986. help
  987. Say yes here to access the GPIO signals of WM8994 audio hub
  988. CODECs from Wolfson Microelectronics.
  989. endmenu
  990. menu "PCI GPIO expanders"
  991. depends on PCI
  992. config GPIO_AMD8111
  993. tristate "AMD 8111 GPIO driver"
  994. depends on X86 || COMPILE_TEST
  995. help
  996. The AMD 8111 south bridge contains 32 GPIO pins which can be used.
  997. Note, that usually system firmware/ACPI handles GPIO pins on their
  998. own and users might easily break their systems with uncarefull usage
  999. of this driver!
  1000. If unsure, say N
  1001. config GPIO_BT8XX
  1002. tristate "BT8XX GPIO abuser"
  1003. depends on VIDEO_BT848=n
  1004. help
  1005. The BT8xx frame grabber chip has 24 GPIO pins that can be abused
  1006. as a cheap PCI GPIO card.
  1007. This chip can be found on Miro, Hauppauge and STB TV-cards.
  1008. The card needs to be physically altered for using it as a
  1009. GPIO card. For more information on how to build a GPIO card
  1010. from a BT8xx TV card, see the documentation file at
  1011. Documentation/bt8xxgpio.txt
  1012. If unsure, say N.
  1013. config GPIO_INTEL_MID
  1014. bool "Intel MID GPIO support"
  1015. depends on X86_INTEL_MID
  1016. select GPIOLIB_IRQCHIP
  1017. help
  1018. Say Y here to support Intel MID GPIO.
  1019. config GPIO_MERRIFIELD
  1020. tristate "Intel Merrifield GPIO support"
  1021. depends on X86_INTEL_MID
  1022. select GPIOLIB_IRQCHIP
  1023. help
  1024. Say Y here to support Intel Merrifield GPIO.
  1025. config GPIO_ML_IOH
  1026. tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support"
  1027. depends on X86 || COMPILE_TEST
  1028. select GENERIC_IRQ_CHIP
  1029. help
  1030. ML7213 is companion chip for Intel Atom E6xx series.
  1031. This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output
  1032. Hub) which is for IVI(In-Vehicle Infotainment) use.
  1033. This driver can access the IOH's GPIO device.
  1034. config GPIO_PCH
  1035. tristate "Intel EG20T PCH/LAPIS Semiconductor IOH(ML7223/ML7831) GPIO"
  1036. depends on X86_32 || MIPS || COMPILE_TEST
  1037. select GENERIC_IRQ_CHIP
  1038. help
  1039. This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff
  1040. which is an IOH(Input/Output Hub) for x86 embedded processor.
  1041. This driver can access PCH GPIO device.
  1042. This driver also can be used for LAPIS Semiconductor IOH(Input/
  1043. Output Hub), ML7223 and ML7831.
  1044. ML7223 IOH is for MP(Media Phone) use.
  1045. ML7831 IOH is for general purpose use.
  1046. ML7223/ML7831 is companion chip for Intel Atom E6xx series.
  1047. ML7223/ML7831 is completely compatible for Intel EG20T PCH.
  1048. config GPIO_PCI_IDIO_16
  1049. tristate "ACCES PCI-IDIO-16 GPIO support"
  1050. select GPIOLIB_IRQCHIP
  1051. help
  1052. Enables GPIO support for the ACCES PCI-IDIO-16. An interrupt is
  1053. generated when any of the inputs change state (low to high or high to
  1054. low). Input filter control is not supported by this driver, and the
  1055. input filters are deactivated by this driver.
  1056. config GPIO_PCIE_IDIO_24
  1057. tristate "ACCES PCIe-IDIO-24 GPIO support"
  1058. select GPIOLIB_IRQCHIP
  1059. help
  1060. Enables GPIO support for the ACCES PCIe-IDIO-24 family (PCIe-IDIO-24,
  1061. PCIe-IDI-24, PCIe-IDO-24, PCIe-IDIO-12). An interrupt is generated
  1062. when any of the inputs change state (low to high or high to low).
  1063. Input filter control is not supported by this driver, and the input
  1064. filters are deactivated by this driver.
  1065. config GPIO_RDC321X
  1066. tristate "RDC R-321x GPIO support"
  1067. select MFD_CORE
  1068. select MFD_RDC321X
  1069. help
  1070. Support for the RDC R321x SoC GPIOs over southbridge
  1071. PCI configuration space.
  1072. config GPIO_SODAVILLE
  1073. bool "Intel Sodaville GPIO support"
  1074. depends on X86 && OF
  1075. select GPIO_GENERIC
  1076. select GENERIC_IRQ_CHIP
  1077. help
  1078. Say Y here to support Intel Sodaville GPIO.
  1079. endmenu
  1080. menu "SPI GPIO expanders"
  1081. depends on SPI_MASTER
  1082. config GPIO_74X164
  1083. tristate "74x164 serial-in/parallel-out 8-bits shift register"
  1084. depends on OF_GPIO
  1085. help
  1086. Driver for 74x164 compatible serial-in/parallel-out 8-outputs
  1087. shift registers. This driver can be used to provide access
  1088. to more gpio outputs.
  1089. config GPIO_MAX3191X
  1090. tristate "Maxim MAX3191x industrial serializer"
  1091. select CRC8
  1092. help
  1093. GPIO driver for Maxim MAX31910, MAX31911, MAX31912, MAX31913,
  1094. MAX31953 and MAX31963 industrial serializer, a daisy-chainable
  1095. chip to make 8 digital 24V inputs available via SPI. Supports
  1096. CRC checksums to guard against electromagnetic interference,
  1097. as well as undervoltage and overtemperature detection.
  1098. config GPIO_MAX7301
  1099. tristate "Maxim MAX7301 GPIO expander"
  1100. select GPIO_MAX730X
  1101. help
  1102. GPIO driver for Maxim MAX7301 SPI-based GPIO expander.
  1103. config GPIO_MC33880
  1104. tristate "Freescale MC33880 high-side/low-side switch"
  1105. help
  1106. SPI driver for Freescale MC33880 high-side/low-side switch.
  1107. This provides GPIO interface supporting inputs and outputs.
  1108. config GPIO_PISOSR
  1109. tristate "Generic parallel-in/serial-out shift register"
  1110. help
  1111. GPIO driver for SPI compatible parallel-in/serial-out shift
  1112. registers. These are input only devices.
  1113. config GPIO_XRA1403
  1114. tristate "EXAR XRA1403 16-bit GPIO expander"
  1115. select REGMAP_SPI
  1116. help
  1117. GPIO driver for EXAR XRA1403 16-bit SPI-based GPIO expander.
  1118. endmenu
  1119. menu "USB GPIO expanders"
  1120. depends on USB
  1121. config GPIO_VIPERBOARD
  1122. tristate "Viperboard GPIO a & b support"
  1123. depends on MFD_VIPERBOARD
  1124. help
  1125. Say yes here to access the GPIO signals of Nano River
  1126. Technologies Viperboard. There are two GPIO chips on the
  1127. board: gpioa and gpiob.
  1128. See viperboard API specification and Nano
  1129. River Tech's viperboard.h for detailed meaning
  1130. of the module parameters.
  1131. endmenu
  1132. endif