AndroidComputer: add rkxx remote driver
[firefly-linux-kernel-4.4.55.git] / drivers / input / Makefile
1 #
2 # Makefile for the input core drivers.
3 #
4
5 # Each configuration option enables a list of files.
6
7 obj-$(CONFIG_INPUT)             += input-core.o
8 input-core-y := input.o input-compat.o input-mt.o ff-core.o
9
10 obj-$(CONFIG_INPUT_FF_MEMLESS)  += ff-memless.o
11 obj-$(CONFIG_INPUT_POLLDEV)     += input-polldev.o
12 obj-$(CONFIG_INPUT_SPARSEKMAP)  += sparse-keymap.o
13
14 obj-$(CONFIG_INPUT_MOUSEDEV)    += mousedev.o
15 obj-$(CONFIG_INPUT_JOYDEV)      += joydev.o
16 obj-$(CONFIG_INPUT_EVDEV)       += evdev.o
17 obj-$(CONFIG_INPUT_EVBUG)       += evbug.o
18
19 obj-$(CONFIG_INPUT_KEYBOARD)    += keyboard/
20 obj-$(CONFIG_INPUT_MOUSE)       += mouse/
21 obj-$(CONFIG_INPUT_JOYSTICK)    += joystick/
22 obj-$(CONFIG_INPUT_TABLET)      += tablet/
23 obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/
24 obj-$(CONFIG_INPUT_MISC)        += misc/
25 obj-$(CONFIG_G_SENSOR_DEVICE)   += gsensor/
26 obj-$(CONFIG_GYRO_SENSOR_DEVICE)        += gyroscope/
27 obj-$(CONFIG_INPUT_JOGBALL)     += jogball/
28 obj-$(CONFIG_LIGHT_SENSOR_DEVICE) += lightsensor/
29 obj-$(CONFIG_MAG_SENSORS)       += magnetometer/
30
31 obj-$(CONFIG_SENSOR_DEVICE)     += sensors/
32 obj-$(CONFIG_TS_AUTO)   += ts/
33
34 obj-$(CONFIG_INPUT_APMPOWER)    += apm-power.o
35 obj-$(CONFIG_INPUT_KEYRESET)    += keyreset.o
36 obj-$(CONFIG_ROCKCHIP_REMOTECTL) +=remotectl/