drivers/i2c/alps: Get rid of i2c/alps driver
commit1bf411c743c0bbea849a36862a6cc9b62f411bc0
authorFurquan Shaikh <furquan@google.com>
Fri, 22 Jun 2018 17:20:50 +0000 (22 10:20 -0700)
committerFurquan Shaikh <furquan@google.com>
Sun, 24 Jun 2018 06:49:08 +0000 (24 06:49 +0000)
treed4da402462de887890cdbbc1caa7b5f7dc848067
parenta7e925027ff3b2fe7530ca886939bbeea7c906b7
drivers/i2c/alps: Get rid of i2c/alps driver

i2c/alps driver implementation is an exact copy of the i2c/hid driver
with only the addition of ALPS0001_HID. This can be supported by the
i2c/hid driver using the hid field in devicetree which is what glkrvp
mainboard does. So, this change removes the i2c/alps driver which is
anyways unused.

Change-Id: I60761c384f3d800532b2b346272da7be28b77acd
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/27208
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
src/drivers/i2c/alps/Kconfig [deleted file]
src/drivers/i2c/alps/Makefile.inc [deleted file]
src/drivers/i2c/alps/alps.c [deleted file]
src/drivers/i2c/alps/chip.h [deleted file]