diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index f49f404c2004..b277f37ae3be 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -283,6 +283,18 @@ config HTC_I2CPLD | |||
283 | This device provides input and output GPIOs through an I2C | 283 | This device provides input and output GPIOs through an I2C |
284 | interface to one or more sub-chips. | 284 | interface to one or more sub-chips. |
285 | 285 | ||
286 | config MFD_INTEL_QUARK_I2C_GPIO | ||
287 | tristate "Intel Quark MFD I2C GPIO" | ||
288 | depends on PCI | ||
289 | depends on X86 | ||
290 | depends on COMMON_CLK | ||
291 | select MFD_CORE | ||
292 | help | ||
293 | This MFD provides support for I2C and GPIO that exist only | ||
294 | in a single PCI device. It splits the 2 IO devices to | ||
295 | their respective IO driver. | ||
296 | The GPIO exports a total amount of 8 interrupt-capable GPIOs. | ||
297 | |||
286 | config LPC_ICH | 298 | config LPC_ICH |
287 | tristate "Intel ICH LPC" | 299 | tristate "Intel ICH LPC" |
288 | depends on PCI | 300 | depends on PCI |