diff options
author | Furquan Shaikh <furquan@google.com> | 2018-04-17 23:39:02 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2018-04-19 05:24:40 +0000 |
commit | 6d5093d8e74eb91d7ce0d4ecb3ffc1e80eca5753 (patch) | |
tree | 1c28a303b7374ebe9fe5e84d18019e52e1dfd225 /src/mainboard | |
parent | 08c4ce851ed7902207febb15047330e992f8db17 (diff) | |
download | coreboot-6d5093d8e74eb91d7ce0d4ecb3ffc1e80eca5753.tar.xz |
mb/google/octopus: Select DRIVERS_I2C_HID
This change selects DRIVERS_I2C_HID which is required for adding SSDT
node for digitizer.
BUG=b:78099046
Change-Id: I526c0ac7b88dec7b2b22d022d911840555f15cde
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/25710
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Justin TerAvest <teravest@chromium.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/octopus/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig index 90f58adc91..0ca047a2bd 100644 --- a/src/mainboard/google/octopus/Kconfig +++ b/src/mainboard/google/octopus/Kconfig @@ -6,6 +6,7 @@ config BOARD_GOOGLE_BASEBOARD_OCTOPUS select DRIVERS_GENERIC_MAX98357A select DRIVERS_I2C_DA7219 select DRIVERS_I2C_GENERIC + select DRIVERS_I2C_HID select DRIVERS_PS2_KEYBOARD select DRIVERS_SPI_ACPI select EC_GOOGLE_CHROMEEC |