summaryrefslogtreecommitdiff
path: root/drivers/input/Makefile
blob: 98c4f9a778768d40af7a4942624caf8f46f13260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Makefile for the input core drivers.
#

# Each configuration option enables a list of files.

obj-$(CONFIG_INPUT)		+= input-core.o
input-core-objs := input.o ff-core.o

obj-$(CONFIG_INPUT_FF_MEMLESS)	+= ff-memless.o
obj-$(CONFIG_INPUT_POLLDEV)	+= input-polldev.o

obj-$(CONFIG_INPUT_MOUSEDEV)	+= mousedev.o
obj-$(CONFIG_INPUT_JOYDEV)	+= joydev.o
obj-$(CONFIG_INPUT_EVDEV)	+= evdev.o
obj-$(CONFIG_INPUT_EVBUG)	+= evbug.o

obj-$(CONFIG_INPUT_KEYBOARD)	+= keyboard/
obj-$(CONFIG_INPUT_MOUSE)	+= mouse/
obj-$(CONFIG_INPUT_JOYSTICK)	+= joystick/
obj-$(CONFIG_INPUT_TABLET)	+= tablet/
obj-$(CONFIG_INPUT_TOUCHSCREEN)	+= touchscreen/
obj-$(CONFIG_INPUT_MISC)	+= misc/

obj-$(CONFIG_INPUT_APMPOWER)	+= apm-power.o

obj-$(CONFIG_XEN_KBDDEV_FRONTEND)	+= xen-kbdfront.o
>mm/damon/modules: deduplicate init steps for DAMON context setupSeongJae Park 2022-10-03mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia 2022-10-03mm/damon: return void from damon_set_schemes()Kaixu Xia 2022-10-03mm/damon/reclaim: change damon_reclaim_wmarks to staticYang Yingliang 2022-10-03mm/damon/reclaim: use the quota params generator macroSeongJae Park 2022-10-03mm/damon/reclaim: use stat parameters generatorSeongJae Park 2022-10-03mm/damon/reclaim: use watermarks parameters generator macroSeongJae Park 2022-10-03mm/damon/reclaim: use monitoring attributes parameters generator macroSeongJae Park 2022-10-03mm/damon/reclaim: use 'struct damon_attrs' for storing parameters for itSeongJae Park 2022-10-03mm/damon/core: reduce parameters for damon_set_attrs()SeongJae Park 2022-10-03mm/damon: remove duplicate get_monitoring_region() definitionsXin Hao 2022-10-03mm/damon: introduce struct damos_access_patternYajun Deng 2022-07-29mm/damon/reclaim: fix potential memory leak in damon_reclaim_init()Jianglei Nie 2022-07-03mm/damon/reclaim: add 'damon_reclaim_' prefix to 'enabled_store()'SeongJae Park 2022-07-03mm/damon/reclaim: make 'enabled' checking timer simplerSeongJae Park 2022-07-03mm/damon/reclaim: deduplicate 'commit_inputs' handlingSeongJae Park 2022-06-16mm/damon/reclaim: schedule 'damon_reclaim_timer' only after 'system_wq' is in...SeongJae Park 2022-05-13mm/damon/reclaim: use resource_size function on resource objectJiapeng Chong 2022-05-13mm/damon/reclaim: support online inputs updateSeongJae Park 2022-04-29mm/damon/reclaim: fix the timer always stays activeHailong Tu 2022-03-22mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park 2022-03-22mm/damon/reclaim: use damon_select_ops() instead of damon_{v,p}a_set_operatio...SeongJae Park 2022-03-22mm/damon: rename damon_primitives to damon_operationsSeongJae Park 2022-03-22mm/damon: remove the target id conceptSeongJae Park 2022-01-15mm/damon/reclaim: provide reclamation statisticsSeongJae Park 2021-11-06mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)SeongJae Park