diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2016-12-15 18:51:29 -0800 |
---|---|---|
committer | Duncan Laurie <dlaurie@chromium.org> | 2016-12-16 17:00:28 +0100 |
commit | 2d140212794ba1c773d2a5f36e19617530ab26de (patch) | |
tree | 4314fe895b188977c2d669cc5645a3059c90750b /src/mainboard/google/eve/Kconfig | |
parent | 731ef9b7ad7087918a37db2d1d79ee53dfa9091b (diff) |
google/eve: Enable touch devices
Enable the actual touch devices to be probed by the kernel
and remove the placeholder devices that I put in before
and were used for initial bringup.
BUG=chrome-os-partner:58666
TEST=tested on eve
Change-Id: I7fc6f9da83b1abbae6dd069f759b220d59153d1c
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: https://review.coreboot.org/17896
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/google/eve/Kconfig')
-rw-r--r-- | src/mainboard/google/eve/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/eve/Kconfig b/src/mainboard/google/eve/Kconfig index 641b38b77e..32c029d192 100644 --- a/src/mainboard/google/eve/Kconfig +++ b/src/mainboard/google/eve/Kconfig @@ -23,6 +23,12 @@ config CHROMEOS config DRIVERS_I2C_GENERIC def_bool y +config DRIVERS_I2C_HID + def_bool y + +config DRIVERS_I2C_WACOM + def_bool y + config DRIVERS_PS2_KEYBOARD default y |