drm/mediatek: dsi: Move mtk_dsi_stop() call back to mtk_dsi_poweroff()
[linux-2.6-block.git] / drivers / input / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for the input core drivers.
4#
5
6# Each configuration option enables a list of files.
7
57e6b724 8obj-$(CONFIG_INPUT) += input-core.o
e95656ea 9input-core-y := input.o input-compat.o input-mt.o input-poller.o ff-core.o
e28b5c8d 10input-core-y += touchscreen.o
57e6b724 11
7d928a2b 12obj-$(CONFIG_INPUT_FF_MEMLESS) += ff-memless.o
36203c4f 13obj-$(CONFIG_INPUT_SPARSEKMAP) += sparse-keymap.o
1932811f 14obj-$(CONFIG_INPUT_MATRIXKMAP) += matrix-keymap.o
45ceaf14 15obj-$(CONFIG_INPUT_VIVALDIFMAP) += vivaldi-fmap.o
7d928a2b 16
f60c8ba7 17obj-$(CONFIG_INPUT_LEDS) += input-leds.o
1da177e4
LT
18obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o
19obj-$(CONFIG_INPUT_JOYDEV) += joydev.o
20obj-$(CONFIG_INPUT_EVDEV) += evdev.o
1da177e4
LT
21obj-$(CONFIG_INPUT_EVBUG) += evbug.o
22
23obj-$(CONFIG_INPUT_KEYBOARD) += keyboard/
24obj-$(CONFIG_INPUT_MOUSE) += mouse/
25obj-$(CONFIG_INPUT_JOYSTICK) += joystick/
4104d13f 26obj-$(CONFIG_INPUT_TABLET) += tablet/
1da177e4
LT
27obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/
28obj-$(CONFIG_INPUT_MISC) += misc/
63f3861d 29
e17bb1de 30obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o
2b6a321d
AD
31
32obj-$(CONFIG_RMI4_CORE) += rmi4/