]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/input/misc/Makefile
mfd: Use genirq in 88pm860x
[mirror_ubuntu-zesty-kernel.git] / drivers / input / misc / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the input misc drivers.
3#
4
5# Each configuration option enables a list of files.
6
74f733c7 7obj-$(CONFIG_INPUT_APANEL) += apanel.o
ba0acb5e
DT
8obj-$(CONFIG_INPUT_ATI_REMOTE) += ati_remote.o
9obj-$(CONFIG_INPUT_ATI_REMOTE2) += ati_remote2.o
74f733c7 10obj-$(CONFIG_INPUT_ATLAS_BTNS) += atlas_btns.o
48329582 11obj-$(CONFIG_INPUT_BFIN_ROTARY) += bfin_rotary.o
c04148f9 12obj-$(CONFIG_INPUT_CM109) += cm109.o
74f733c7 13obj-$(CONFIG_INPUT_COBALT_BTNS) += cobalt_btns.o
eb990b55 14obj-$(CONFIG_INPUT_DM355EVM) += dm355evm_keys.o
1da177e4 15obj-$(CONFIG_HP_SDC_RTC) += hp_sdc_rtc.o
74f733c7
DT
16obj-$(CONFIG_INPUT_IXP4XX_BEEPER) += ixp4xx-beeper.o
17obj-$(CONFIG_INPUT_KEYSPAN_REMOTE) += keyspan_remote.o
18obj-$(CONFIG_INPUT_M68K_BEEP) += m68kspkr.o
d0a82132 19obj-$(CONFIG_INPUT_PCAP) += pcap_keys.o
1851b06a 20obj-$(CONFIG_INPUT_PCF50633_PMU) += pcf50633-input.o
74f733c7
DT
21obj-$(CONFIG_INPUT_PCSPKR) += pcspkr.o
22obj-$(CONFIG_INPUT_POWERMATE) += powermate.o
d9bdffd2 23obj-$(CONFIG_INPUT_RB532_BUTTON) += rb532_button.o
74f733c7
DT
24obj-$(CONFIG_INPUT_GPIO_ROTARY_ENCODER) += rotary_encoder.o
25obj-$(CONFIG_INPUT_SGI_BTNS) += sgi_btns.o
26obj-$(CONFIG_INPUT_SPARCSPKR) += sparcspkr.o
68d8bf04 27obj-$(CONFIG_INPUT_TWL4030_PWRBUTTON) += twl4030-pwrbutton.o
74f733c7 28obj-$(CONFIG_INPUT_UINPUT) += uinput.o
e258b80e 29obj-$(CONFIG_INPUT_WINBOND_CIR) += winbond-cir.o
74f733c7 30obj-$(CONFIG_INPUT_WISTRON_BTNS) += wistron_btns.o
0c73b992 31obj-$(CONFIG_INPUT_WM831X_ON) += wm831x-on.o
74f733c7 32obj-$(CONFIG_INPUT_YEALINK) += yealink.o
d0a82132 33