From 6c9f970096f3dff240b0ab366d94a72f4fbd557c Mon Sep 17 00:00:00 2001 From: Dragos Motrea Date: Wed, 31 May 2017 14:07:30 +0200 Subject: Optimized the kernel foot print of the Host Image In order to decrease the size of the kernel I removed unnecessary modules (drivers, debug capabilities) Signed-off-by: Dragos Motrea Signed-off-by: Adrian Dudau --- features/mouse/mouse_n.cfg | 22 ++++++++++++++++++++++ features/mouse/mouse_n.scc | 4 ++++ 2 files changed, 26 insertions(+) create mode 100644 features/mouse/mouse_n.cfg create mode 100644 features/mouse/mouse_n.scc (limited to 'features/mouse') 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 @@ +CONFIG_INPUT_MOUSE=n +CONFIG_MOUSE_PS2=n +CONFIG_MOUSE_PS2_ALPS=n +CONFIG_MOUSE_PS2_BYD=n +CONFIG_MOUSE_PS2_LOGIPS2PP=n +CONFIG_MOUSE_PS2_SYNAPTICS=n +CONFIG_MOUSE_PS2_CYPRESS=n +CONFIG_MOUSE_PS2_LIFEBOOK=n +CONFIG_MOUSE_PS2_TRACKPOINT=n +# CONFIG_MOUSE_PS2_ELANTECH is not set +# CONFIG_MOUSE_PS2_SENTELIC is not set +# CONFIG_MOUSE_PS2_TOUCHKIT is not set +CONFIG_MOUSE_PS2_FOCALTECH=n +# CONFIG_MOUSE_SERIAL is not set +# CONFIG_MOUSE_APPLETOUCH is not set +# CONFIG_MOUSE_BCM5974 is not set +# CONFIG_MOUSE_CYAPA is not set +# CONFIG_MOUSE_ELAN_I2C is not set +# CONFIG_MOUSE_VSXXXAA is not set +# CONFIG_MOUSE_GPIO is not set +# CONFIG_MOUSE_SYNAPTICS_I2C is not set +# 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 @@ +define KFEATURE_DESCRIPTION "Disable options for mouse support" +define KFEATURE_COMPATIBILITY all + +kconf hardware mouse_n.cfg -- cgit v1.2.3-54-g00ecf