From 53ace9c2c35b8b3550869e7e9798297c84de0c3b Mon Sep 17 00:00:00 2001 From: Ravindra Lokhande Date: Fri, 29 Mar 2013 16:04:02 +0530 Subject: drivers: mfd: New drop from TI for AIC325x Change-Id: Ie05acb61ed2e492359636dd1f505075f3cd738ac Signed-off-by: Ravindra Lokhande Reviewed-on: http://git-master/r/214488 Reviewed-by: Chandrakanth Gorantla Reviewed-by: Scott Peterson --- drivers/mfd/Kconfig | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to 'drivers/mfd/Kconfig') 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" -- cgit v1.2.3