summaryrefslogtreecommitdiff
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorRavindra Lokhande <rlokhande@nvidia.com>2013-03-29 16:04:02 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:06:03 -0700
commit53ace9c2c35b8b3550869e7e9798297c84de0c3b (patch)
tree791f297b8144187bd29b8de3b20d4754319d7066 /drivers/mfd/Kconfig
parentfb7603c004641adfc051b63b0f1a42c8ed386055 (diff)
drivers: mfd: New drop from TI for AIC325x
Change-Id: Ie05acb61ed2e492359636dd1f505075f3cd738ac Signed-off-by: Ravindra Lokhande <rlokhande@nvidia.com> Reviewed-on: http://git-master/r/214488 Reviewed-by: Chandrakanth Gorantla <cgorantla@nvidia.com> Reviewed-by: Scott Peterson <speterson@nvidia.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig26
1 files changed, 17 insertions, 9 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 1bce40875e50..3801d4d0fe76 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -47,6 +47,15 @@ config MFD_AAT2870_CORE
additional drivers must be enabled in order to use the
functionality of the device.
+config MFD_AIC3256
+ bool "Support Texas Instruments AIC3256"
+ select REGMAP
+ select MFD_CORE
+ help
+ Support for Texas Instrument TLV320AIC3256 low power audio SoC
+ This includes the I2C driver and the core APIs _only, you have to
+ select individual components.
+
config MFD_AIC3256_I2C
tristate "Support Texas Instruments AIC3256 platform with I2C"
select MFD_AIC3256
@@ -55,6 +64,7 @@ config MFD_AIC3256_I2C
help
Support for the Texas Instruments TLV320AIC3256 family of audio SoC
core functionality controlled via I2C.
+ Please select individual components.
config MFD_AIC3256_SPI
tristate "Support Texas Instruments AIC3256 platform with SPI"
@@ -64,13 +74,7 @@ config MFD_AIC3256_SPI
help
Support for the Texas Instruments TLV320AIC3256 family of audio SoC
core functionality controlled via SPI.
-
-config MFD_AIC3256
- bool "Support Texas Instruments AIC3256"
- select REGMAP
- select MFD_CORE
- help
- Support for Texas Instrument TLV320AIC3256 low power audio SoC
+ Please select individual components.
config MFD_CROS_EC
tristate "ChromeOS Embedded Controller"
@@ -438,7 +442,9 @@ config AIC3XXX_I2C_REGMAP
select REGMAP_I2C
default n
help
- This is used to enable I2C interface of AIC3XXX codec.
+ Support for the Texas Instruments TLV320AIC3XXX family of audio SoC
+ core functionality controlled via I2C.
+ Please select individual components.
config AIC3XXX_SPI_REGMAP
bool "SPI regmap support for TI AIC3XXX codecs"
@@ -446,7 +452,9 @@ config AIC3XXX_SPI_REGMAP
select REGMAP_SPI
default n
help
- This is used to enable SPI interface of AIC3XXX codec.
+ Support for the Texas Instruments TLV320AIC3XXX family of audio SoC
+ core functionality controlled via SPI.
+ Please select individual components.
config AIC3XXX_CORE
bool "Support for AIC3XXX audio codec"