]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/mfd/Makefile
mfd: Core support for the WM8350 AudioPlus PMIC
[mirror_ubuntu-hirsute-kernel.git] / drivers / mfd / Makefile
CommitLineData
a4e137ab
RK
1#
2# Makefile for multifunction miscellaneous devices
3#
4
b6d6454f 5obj-$(CONFIG_MFD_SM501) += sm501.o
fa9ff4b1 6obj-$(CONFIG_MFD_ASIC3) += asic3.o
b6d6454f 7
a1635b8f 8obj-$(CONFIG_HTC_EGPIO) += htc-egpio.o
5dc3339a 9obj-$(CONFIG_HTC_PASIC3) += htc-pasic3.o
a1635b8f 10
1f192015 11obj-$(CONFIG_MFD_T7L66XB) += t7l66xb.o
cbdfb426 12obj-$(CONFIG_MFD_TC6387XB) += tc6387xb.o
d6315949
DB
13obj-$(CONFIG_MFD_TC6393XB) += tc6393xb.o
14
1d9f9f04 15obj-$(CONFIG_MFD_WM8400) += wm8400-core.o
89b4012b
MB
16wm8350-objs := wm8350-core.o wm8350-regmap.o
17obj-$(CONFIG_MFD_WM8350) += wm8350.o
1d9f9f04 18
aa613de6
DB
19obj-$(CONFIG_MFD_CORE) += mfd-core.o
20
a4e137ab 21obj-$(CONFIG_MCP) += mcp-core.o
5e742ad6 22obj-$(CONFIG_MCP_SA11X0) += mcp-sa11x0.o
05c45ca9 23obj-$(CONFIG_MCP_UCB1200) += ucb1x00-core.o
acb45439 24obj-$(CONFIG_MCP_UCB1200_TS) += ucb1x00-ts.o
48c92022
RK
25
26ifeq ($(CONFIG_SA1100_ASSABET),y)
27obj-$(CONFIG_MCP_UCB1200) += ucb1x00-assabet.o
28endif
d9105c2b 29obj-$(CONFIG_UCB1400_CORE) += ucb1400_core.o