diff options
| author | Dragos Motrea <Dragos.Motrea@enea.com> | 2017-05-31 14:07:30 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-06-05 09:29:09 +0200 |
| commit | 6c9f970096f3dff240b0ab366d94a72f4fbd557c (patch) | |
| tree | 931de073b7006d236a4bdc1d509abc4b6117e943 /features/keyboard | |
| parent | 49700962b5d566f0c8e726409063193dee069828 (diff) | |
| download | enea-kernel-cache-6c9f970096f3dff240b0ab366d94a72f4fbd557c.tar.gz | |
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 <Dragos.Motrea@enea.com>
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'features/keyboard')
| -rw-r--r-- | features/keyboard/keyboard_n.cfg | 25 | ||||
| -rw-r--r-- | features/keyboard/keyboard_n.scc | 4 |
2 files changed, 29 insertions, 0 deletions
diff --git a/features/keyboard/keyboard_n.cfg b/features/keyboard/keyboard_n.cfg new file mode 100644 index 0000000..fdfba5e --- /dev/null +++ b/features/keyboard/keyboard_n.cfg | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | CONFIG_INPUT_KEYBOARD=n | ||
| 2 | # CONFIG_KEYBOARD_ADC is not set | ||
| 3 | # CONFIG_KEYBOARD_ADP5588 is not set | ||
| 4 | # CONFIG_KEYBOARD_ADP5589 is not set | ||
| 5 | CONFIG_KEYBOARD_ATKBD=n | ||
| 6 | # CONFIG_KEYBOARD_QT1070 is not set | ||
| 7 | # CONFIG_KEYBOARD_QT2160 is not set | ||
| 8 | # CONFIG_KEYBOARD_LKKBD is not set | ||
| 9 | CONFIG_KEYBOARD_GPIO=n | ||
| 10 | # CONFIG_KEYBOARD_GPIO_POLLED is not set | ||
| 11 | # CONFIG_KEYBOARD_TCA6416 is not set | ||
| 12 | # CONFIG_KEYBOARD_TCA8418 is not set | ||
| 13 | # CONFIG_KEYBOARD_MATRIX is not set | ||
| 14 | # CONFIG_KEYBOARD_LM8323 is not set | ||
| 15 | # CONFIG_KEYBOARD_LM8333 is not set | ||
| 16 | # CONFIG_KEYBOARD_MAX7359 is not set | ||
| 17 | # CONFIG_KEYBOARD_MCS is not set | ||
| 18 | # CONFIG_KEYBOARD_MPR121 is not set | ||
| 19 | # CONFIG_KEYBOARD_NEWTON is not set | ||
| 20 | # CONFIG_KEYBOARD_OPENCORES is not set | ||
| 21 | # CONFIG_KEYBOARD_SAMSUNG is not set | ||
| 22 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
| 23 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
| 24 | # CONFIG_KEYBOARD_XTKBD is not set | ||
| 25 | CONFIG_SERIO_I8042=m | ||
diff --git a/features/keyboard/keyboard_n.scc b/features/keyboard/keyboard_n.scc new file mode 100644 index 0000000..8d2076b --- /dev/null +++ b/features/keyboard/keyboard_n.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Disable options for Input Keyboard support" | ||
| 2 | define KFEATURE_COMPATIBILITY all | ||
| 3 | |||
| 4 | kconf hardware keyboard_n.cfg | ||
