diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2016-06-27 11:05:16 -0700 |
---|---|---|
committer | Duncan Laurie <dlaurie@chromium.org> | 2016-07-02 01:18:30 +0200 |
commit | d48d5a626b02e28ab6949263dad85abe92f9214c (patch) | |
tree | 2255fc62cf1ec00014a34af303a7d0743c2c2bff /src/mainboard/google/reef/Kconfig | |
parent | ff8bce0a5f53652d4d26cb501159e8711f79eb9b (diff) | |
download | coreboot-d48d5a626b02e28ab6949263dad85abe92f9214c.tar.xz |
google/reef: ACPI: Move touchpad to SSDT and remove TPM
Instantiate the touchpad using the drivers/i2c/generic device driver
to generate the ACPI object in the SSDT.
There is not currently a separate wake pin for this device, this will
be added in EVT hardware.
This was tested on the reef board by ensuring that the touchpad device
continues to work in the OS.
Also remove the LPC TPM from the DSDT as it is not present.
Change-Id: I3151a28f628e66f63033398d6fab9fd8f5dfc37b
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: https://review.coreboot.org/15481
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/reef/Kconfig')
-rw-r--r-- | src/mainboard/google/reef/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig index ded75bb18e..194a6ba64f 100644 --- a/src/mainboard/google/reef/Kconfig +++ b/src/mainboard/google/reef/Kconfig @@ -25,6 +25,9 @@ config CHROMEOS select VBOOT_OPROM_MATTERS select VIRTUAL_DEV_SWITCH +config DRIVERS_I2C_GENERIC + default y + config MAINBOARD_DIR string default google/reef |