summaryrefslogtreecommitdiffstats
path: root/drivers/extcon/Makefile
diff options
context:
space:
mode:
authorMark Brown2012-06-24 13:09:45 +0200
committerGreg Kroah-Hartman2012-06-27 01:01:02 +0200
commitf2c32a882d2c1cde6fc552a5a3d34b4c1330edb8 (patch)
tree811b6a02363ccad00713a88cb4301d639ec406c6 /drivers/extcon/Makefile
parentMAINTAINERS: Add entries for extcon (external connector) subsystem. (diff)
downloadkernel-qcow2-linux-f2c32a882d2c1cde6fc552a5a3d34b4c1330edb8.tar.gz
kernel-qcow2-linux-f2c32a882d2c1cde6fc552a5a3d34b4c1330edb8.tar.xz
kernel-qcow2-linux-f2c32a882d2c1cde6fc552a5a3d34b4c1330edb8.zip
Extcon: Arizona: Add driver for Wolfson Arizona class devices
Most Wolfson Arizona class audio hub CODECs include a flexible ultra low power accessory detection subsystem. This driver exposes initial support for this subsystem via the Extcon framework, implementing support for ultra low power detection of headphone and headset with the ability to detect the polarity of a headset. The functionality of the devices is much richer and more flexible than the current driver, future patches will extend the features of the driver to more fully exploit this. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/extcon/Makefile')
-rw-r--r--drivers/extcon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/extcon/Makefile b/drivers/extcon/Makefile
index 86020bdb6da0..e932caaa311c 100644
--- a/drivers/extcon/Makefile
+++ b/drivers/extcon/Makefile
@@ -5,3 +5,4 @@
obj-$(CONFIG_EXTCON) += extcon_class.o
obj-$(CONFIG_EXTCON_GPIO) += extcon_gpio.o
obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o
+obj-$(CONFIG_EXTCON_ARIZONA) += extcon-arizona.o