diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2013-06-13 04:43:29 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-06-17 18:49:52 -0400 |
commit | dc7d48635dd3c3fd5360238f7d2c697ff13abe7b (patch) | |
tree | 128dcc3bb150a534902473a89b86222e9dcf8dd3 /drivers/mfd/Makefile | |
parent | f3799e93720b8b722944d86f7a2a0599f5a9d716 (diff) |
mfd: arizona: Integrate wm8997 into Arizona mfd
The wm8997 is a compact, high-performance audio hub CODEC with SLIMbus
interfacing, for smartphones, tablets and other portable audio devices
based on the Arizona platform.
This patch integrates the wm8997 into the Arizona mfd.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 31d0f97d6e50..4d70cdb044e0 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile | |||
@@ -43,6 +43,9 @@ endif | |||
43 | ifneq ($(CONFIG_MFD_WM5110),n) | 43 | ifneq ($(CONFIG_MFD_WM5110),n) |
44 | obj-$(CONFIG_MFD_ARIZONA) += wm5110-tables.o | 44 | obj-$(CONFIG_MFD_ARIZONA) += wm5110-tables.o |
45 | endif | 45 | endif |
46 | ifneq ($(CONFIG_MFD_WM8997),n) | ||
47 | obj-$(CONFIG_MFD_ARIZONA) += wm8997-tables.o | ||
48 | endif | ||
46 | obj-$(CONFIG_MFD_WM8400) += wm8400-core.o | 49 | obj-$(CONFIG_MFD_WM8400) += wm8400-core.o |
47 | wm831x-objs := wm831x-core.o wm831x-irq.o wm831x-otp.o | 50 | wm831x-objs := wm831x-core.o wm831x-irq.o wm831x-otp.o |
48 | wm831x-objs += wm831x-auxadc.o | 51 | wm831x-objs += wm831x-auxadc.o |