diff options
author | Miguel Aguilar <miguel.aguilar@ridgerun.com> | 2010-03-11 10:32:21 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-03-12 06:12:21 -0500 |
commit | ca26308c2223cb424c297a70fb7b6c7530a563ba (patch) | |
tree | 29895f9e1ef49f0161df8887d272d7beaa92bc9e /drivers/mfd/Kconfig | |
parent | d9ad6296ec3b4a55ba25f2c5e4824be487242e1f (diff) |
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 | |||
53 | This driver supports the SDHI hardware block found in many | 53 | This driver supports the SDHI hardware block found in many |
54 | SuperH Mobile SoCs. | 54 | SuperH Mobile SoCs. |
55 | 55 | ||
56 | config MFD_DAVINCI_VOICECODEC | ||
57 | tristate | ||
58 | select MFD_CORE | ||
59 | |||
56 | config MFD_DM355EVM_MSP | 60 | config MFD_DM355EVM_MSP |
57 | bool "DaVinci DM355 EVM microcontroller" | 61 | bool "DaVinci DM355 EVM microcontroller" |
58 | depends on I2C && MACH_DAVINCI_DM355_EVM | 62 | depends on I2C && MACH_DAVINCI_DM355_EVM |