diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-07-08 22:33:37 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-08-08 12:53:26 +0100 |
commit | 585083c539ca3f5fb3d00057b25f9be3304d54c6 (patch) | |
tree | f7d02c455e6c87a9568efa41896925e9894b8d08 /drivers/mfd/Kconfig | |
parent | 44fb25d031065fc846c0f97e37456a792312a7d1 (diff) | |
download | op-kernel-dev-585083c539ca3f5fb3d00057b25f9be3304d54c6.zip op-kernel-dev-585083c539ca3f5fb3d00057b25f9be3304d54c6.tar.gz |
mfd: ac100: Add driver for X-Powers AC100 audio codec / RTC combo IC
The AC100 is a multifunction device with an audio codec subsystem and
an RTC subsystem. These two subsystems share a common register space
and host interface.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 2d1fb64..ccf73aab 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -112,6 +112,16 @@ config MFD_BCM590XX help Support for the BCM590xx PMUs from Broadcom +config MFD_AC100 + tristate "X-Powers AC100" + select MFD_CORE + depends on SUNXI_RSB + help + If you say Y here you get support for the X-Powers AC100 audio codec + IC. + This driver include only the core APIs. You have to select individual + components like codecs or RTC under the corresponding menus. + config MFD_AXP20X tristate select MFD_CORE |