Wacom I2C driver does the same thing as I2C HID driver, other than defining macros for Wacom HID. Instead of maintaining two separate drivers providing the same functionality, update all wacom devices to use generic I2C HID driver. BUG=None BRANCH=None TEST=Verified that ACPI nodes for wacom devices are unchanged. Change-Id: Ibb3226d1f3934f5c3c5d98b939756775d11b792c Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://review.coreboot.org/18401 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
45 lines
780 B
Plaintext
45 lines
780 B
Plaintext
if BOARD_GOOGLE_POPPY
|
|
|
|
config BOARD_SPECIFIC_OPTIONS
|
|
def_bool y
|
|
select BOARD_ID_AUTO
|
|
select BOARD_ROMSIZE_KB_16384
|
|
select DRIVERS_I2C_GENERIC
|
|
select DRIVERS_I2C_HID
|
|
select EC_GOOGLE_CHROMEEC
|
|
select EC_GOOGLE_CHROMEEC_LPC
|
|
select HAVE_ACPI_RESUME
|
|
select HAVE_ACPI_TABLES
|
|
select MAINBOARD_HAS_CHROMEOS
|
|
select MAINBOARD_USES_FSP2_0
|
|
select NO_FADT_8042
|
|
select SOC_INTEL_KABYLAKE
|
|
|
|
config CHROMEOS
|
|
select EC_GOOGLE_CHROMEEC_SWITCHES
|
|
select LID_SWITCH
|
|
select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC
|
|
|
|
config GBB_HWID
|
|
string
|
|
depends on CHROMEOS
|
|
default "POPPY TEST 8294"
|
|
|
|
config MAINBOARD_DIR
|
|
string
|
|
default "google/poppy"
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
string
|
|
default "Poppy"
|
|
|
|
config MAINBOARD_FAMILY
|
|
string
|
|
default "Google_Poppy"
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 8
|
|
|
|
endif
|