aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2012-07-08 18:17:44 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2012-07-08 18:17:44 -0400
commit0620de5983c82c95d83302e7f10064545a6996c5 (patch)
tree5b273ea4fccc8ab48e3d3100af3483c27e78043c /drivers/mfd/Kconfig
parent3a8e39c9f475dd061d1bbb7bf3b819f601df33e5 (diff)
parent3afbac957e3c59037a4ecaf19d68f6c8104299fc (diff)
Merge tag 'mfd/wm5102' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into for-next
mfd: Initial support for Wolfson Arizona platform and WM5102 devices The Wolfson Arizona platform is used to provide common register interface to a series of low power audio hub CODECs, starting with the WM5102. Since the features of these devices work over a range of subsystems an MFD core driver is provided to instantiate the subdevices and arbitrate access between them. As the new regmap wake IRQ functionality is used as part of the driver it is incorporated as a dependency.
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig29
1 files changed, 29 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index aaa048a437c0..11ee6ec76011 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -495,6 +495,35 @@ config MFD_S5M_CORE
495 additional drivers must be enabled in order to use the functionality 495 additional drivers must be enabled in order to use the functionality
496 of the device 496 of the device
497 497
498config MFD_ARIZONA
499 tristate
500
501config MFD_ARIZONA_I2C
502 tristate "Support Wolfson Microelectronics Arizona platform with I2C"
503 select MFD_ARIZONA
504 select MFD_CORE
505 select REGMAP_I2C
506 depends on I2C
507 help
508 Support for the Wolfson Microelectronics Arizona platform audio SoC
509 core functionality controlled via I2C.
510
511config MFD_ARIZONA_SPI
512 tristate "Support Wolfson Microelectronics Arizona platform with SPI"
513 select MFD_ARIZONA
514 select MFD_CORE
515 select REGMAP_SPI
516 depends on SPI_MASTER
517 help
518 Support for the Wolfson Microelectronics Arizona platform audio SoC
519 core functionality controlled via I2C.
520
521config MFD_WM5102
522 bool "Support Wolfson Microelectronics WM5102"
523 depends on MFD_ARIZONA
524 help
525 Support for Wolfson Microelectronics WM5102 low power audio SoC
526
498config MFD_WM8400 527config MFD_WM8400
499 bool "Support Wolfson Microelectronics WM8400" 528 bool "Support Wolfson Microelectronics WM8400"
500 select MFD_CORE 529 select MFD_CORE