diff options
author | Miguel Aguilar <miguel.aguilar@ridgerun.com> | 2010-03-11 09:32:21 -0600 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-12 11:12:21 +0000 |
commit | ca26308c2223cb424c297a70fb7b6c7530a563ba (patch) | |
tree | 29895f9e1ef49f0161df8887d272d7beaa92bc9e /drivers/mfd/Kconfig | |
parent | d9ad6296ec3b4a55ba25f2c5e4824be487242e1f (diff) | |
download | blackbird-op-linux-ca26308c2223cb424c297a70fb7b6c7530a563ba.tar.gz blackbird-op-linux-ca26308c2223cb424c297a70fb7b6c7530a563ba.zip |
MFD: DaVinci Voice Codec
This is the MFD driver for the DaVinci Voice codec, it has two clients:
* Voice codec interface
* Voice codec CQ93VC
Signed-off-by: Miguel Aguilar <miguel.aguilar@ridgerun.com>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 951fa9b93fbe..20e322912a59 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -53,6 +53,10 @@ config MFD_SH_MOBILE_SDHI This driver supports the SDHI hardware block found in many SuperH Mobile SoCs. +config MFD_DAVINCI_VOICECODEC + tristate + select MFD_CORE + config MFD_DM355EVM_MSP bool "DaVinci DM355 EVM microcontroller" depends on I2C && MACH_DAVINCI_DM355_EVM |