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/touchscreen | |
| 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/touchscreen')
| -rw-r--r-- | features/touchscreen/touchscreen_n.cfg | 22 | ||||
| -rw-r--r-- | features/touchscreen/touchscreen_n.scc | 4 |
2 files changed, 26 insertions, 0 deletions
diff --git a/features/touchscreen/touchscreen_n.cfg b/features/touchscreen/touchscreen_n.cfg new file mode 100644 index 0000000..1630480 --- /dev/null +++ b/features/touchscreen/touchscreen_n.cfg | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | CONFIG_INPUT_TOUCHSCREEN=n | ||
| 2 | CONFIG_TOUCHSCREEN_PROPERTIES=n | ||
| 3 | |||
| 4 | CONFIG_TOUCHSCREEN_USB_COMPOSITE=n | ||
| 5 | CONFIG_TOUCHSCREEN_USB_EGALAX=n | ||
| 6 | CONFIG_TOUCHSCREEN_USB_PANJIT=n | ||
| 7 | CONFIG_TOUCHSCREEN_USB_3M=n | ||
| 8 | CONFIG_TOUCHSCREEN_USB_ITM=n | ||
| 9 | CONFIG_TOUCHSCREEN_USB_ETURBO=n | ||
| 10 | CONFIG_TOUCHSCREEN_USB_GUNZE=n | ||
| 11 | CONFIG_TOUCHSCREEN_USB_DMC_TSC10=n | ||
| 12 | CONFIG_TOUCHSCREEN_USB_IRTOUCH=n | ||
| 13 | CONFIG_TOUCHSCREEN_USB_IDEALTEK=n | ||
| 14 | CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=n | ||
| 15 | CONFIG_TOUCHSCREEN_USB_GOTOP=n | ||
| 16 | CONFIG_TOUCHSCREEN_USB_JASTEC=n | ||
| 17 | CONFIG_TOUCHSCREEN_USB_ELO=n | ||
| 18 | CONFIG_TOUCHSCREEN_USB_E2I=n | ||
| 19 | CONFIG_TOUCHSCREEN_USB_ZYTRONIC=n | ||
| 20 | CONFIG_TOUCHSCREEN_USB_ETT_TC45USB=n | ||
| 21 | CONFIG_TOUCHSCREEN_USB_NEXIO=n | ||
| 22 | CONFIG_TOUCHSCREEN_USB_EASYTOUCH=n | ||
diff --git a/features/touchscreen/touchscreen_n.scc b/features/touchscreen/touchscreen_n.scc new file mode 100644 index 0000000..f03252b --- /dev/null +++ b/features/touchscreen/touchscreen_n.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Disable options for touchscreen input support" | ||
| 2 | define KFEATURE_COMPATIBILITY all | ||
| 3 | |||
| 4 | kconf hardware touchscreen_n.cfg | ||
