diff options
author | Gabriel Ionescu <gabriel.ionescu@enea.com> | 2017-06-20 15:27:00 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-06-21 10:59:08 +0200 |
commit | 40d186df2dc94bcb1b8b0204f691678b9fa87466 (patch) | |
tree | 8027d05c436963c3922031c775cd573d017a72ed /features/mouse | |
parent | f42ac6c2248c3b1f49795abd2597856ceb1d8ce3 (diff) | |
download | enea-kernel-cache-40d186df2dc94bcb1b8b0204f691678b9fa87466.tar.gz |
Kernel: Add specific ragments for disabling unnecessary features
Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'features/mouse')
-rw-r--r-- | features/mouse/mouse_n.cfg | 22 | ||||
-rw-r--r-- | features/mouse/mouse_n.scc | 4 |
2 files changed, 26 insertions, 0 deletions
diff --git a/features/mouse/mouse_n.cfg b/features/mouse/mouse_n.cfg new file mode 100644 index 0000000..8e25ad8 --- /dev/null +++ b/features/mouse/mouse_n.cfg | |||
@@ -0,0 +1,22 @@ | |||
1 | CONFIG_INPUT_MOUSE=n | ||
2 | CONFIG_MOUSE_PS2=n | ||
3 | CONFIG_MOUSE_PS2_ALPS=n | ||
4 | CONFIG_MOUSE_PS2_BYD=n | ||
5 | CONFIG_MOUSE_PS2_LOGIPS2PP=n | ||
6 | CONFIG_MOUSE_PS2_SYNAPTICS=n | ||
7 | CONFIG_MOUSE_PS2_CYPRESS=n | ||
8 | CONFIG_MOUSE_PS2_LIFEBOOK=n | ||
9 | CONFIG_MOUSE_PS2_TRACKPOINT=n | ||
10 | # CONFIG_MOUSE_PS2_ELANTECH is not set | ||
11 | # CONFIG_MOUSE_PS2_SENTELIC is not set | ||
12 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set | ||
13 | CONFIG_MOUSE_PS2_FOCALTECH=n | ||
14 | # CONFIG_MOUSE_SERIAL is not set | ||
15 | # CONFIG_MOUSE_APPLETOUCH is not set | ||
16 | # CONFIG_MOUSE_BCM5974 is not set | ||
17 | # CONFIG_MOUSE_CYAPA is not set | ||
18 | # CONFIG_MOUSE_ELAN_I2C is not set | ||
19 | # CONFIG_MOUSE_VSXXXAA is not set | ||
20 | # CONFIG_MOUSE_GPIO is not set | ||
21 | # CONFIG_MOUSE_SYNAPTICS_I2C is not set | ||
22 | # CONFIG_MOUSE_SYNAPTICS_USB is not set | ||
diff --git a/features/mouse/mouse_n.scc b/features/mouse/mouse_n.scc new file mode 100644 index 0000000..cda210e --- /dev/null +++ b/features/mouse/mouse_n.scc | |||
@@ -0,0 +1,4 @@ | |||
1 | define KFEATURE_DESCRIPTION "Disable options for mouse support" | ||
2 | define KFEATURE_COMPATIBILITY all | ||
3 | |||
4 | kconf hardware mouse_n.cfg | ||