diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-03-26 21:24:39 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-07-24 14:38:21 +0200 |
| commit | 1fe39350b36767cc60ae58c2b2ea5fa29d484be0 (patch) | |
| tree | 4fd68e636c144b7b27890be8489d5b2163803a0d /drivers/input/keyboard/cypress/Makefile | |
| parent | 160424ba716cde87e4ff213972a03388e90bf75e (diff) | |
| download | kernel_samsung_smdk4412-1fe39350b36767cc60ae58c2b2ea5fa29d484be0.tar.gz kernel_samsung_smdk4412-1fe39350b36767cc60ae58c2b2ea5fa29d484be0.tar.bz2 kernel_samsung_smdk4412-1fe39350b36767cc60ae58c2b2ea5fa29d484be0.zip | |
input: cypress touchkey: remove unused firmware loading code
The firmware loading code is not used by any of the devices
currently supported by Replicant.
Some of the files (issp_*) that are involved in the firmware
loading have unclear licensing statements.
Removing the problematic files and adapting the code to compile
without them is easier and faster than getting legal advise to
understand if the files are under a free software license or not.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'drivers/input/keyboard/cypress/Makefile')
| -rw-r--r-- | drivers/input/keyboard/cypress/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/cypress/Makefile b/drivers/input/keyboard/cypress/Makefile index dd0d5b66ea6..51454c37720 100644 --- a/drivers/input/keyboard/cypress/Makefile +++ b/drivers/input/keyboard/cypress/Makefile @@ -2,4 +2,4 @@ # Makefile for the Cypress touchkey driver # -obj-$(CONFIG_KEYBOARD_CYPRESS_TOUCH) += cypress-touchkey.o issp_driver_routines.o issp_main.o issp_routines.o
\ No newline at end of file +obj-$(CONFIG_KEYBOARD_CYPRESS_TOUCH) += cypress-touchkey.o |
