diff options
author | Furquan Shaikh <furquan@google.com> | 2018-06-22 10:20:50 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2018-06-24 06:49:08 +0000 |
commit | 1bf411c743c0bbea849a36862a6cc9b62f411bc0 (patch) | |
tree | d4da402462de887890cdbbc1caa7b5f7dc848067 /src/drivers/i2c/alps/Kconfig | |
parent | a7e925027ff3b2fe7530ca886939bbeea7c906b7 (diff) | |
download | coreboot-1bf411c743c0bbea849a36862a6cc9b62f411bc0.tar.xz |
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>
Diffstat (limited to 'src/drivers/i2c/alps/Kconfig')
-rw-r--r-- | src/drivers/i2c/alps/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/i2c/alps/Kconfig b/src/drivers/i2c/alps/Kconfig deleted file mode 100644 index b49581d4aa..0000000000 --- a/src/drivers/i2c/alps/Kconfig +++ /dev/null @@ -1,3 +0,0 @@ -config DRIVERS_I2C_ALPS - bool - select DRIVERS_I2C_GENERIC |