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