aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
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