diff options
author | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2021-04-09 12:15:21 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-13 08:22:49 +0000 |
commit | 7f7c3882a6ac776ba215551a3c5cd9a7379933b5 (patch) | |
tree | 49e5a36cecd0a05a34a2600102156f7381195472 /src/mainboard/google | |
parent | 24ea3f3364711f352a8a174e6fc0f22885725ed5 (diff) |
dptf: Move platform-specific information to `struct dptf_platform_info`
DPTF HIDs are different per-platform going forward, so refactor these
into SoC-specific structures which the DPTF driver can query at runtime
for platform-specific information.
Change-Id: I6307f9d28f4274b851323ad69180ff4ae35053da
Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52220
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/dedede/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/google/hatch/Kconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/dedede/Kconfig b/src/mainboard/google/dedede/Kconfig index 1190e96920..1dca1b6771 100644 --- a/src/mainboard/google/dedede/Kconfig +++ b/src/mainboard/google/dedede/Kconfig @@ -1,7 +1,6 @@ config BOARD_GOOGLE_BASEBOARD_DEDEDE def_bool n select BOARD_ROMSIZE_KB_16384 if !BOARD_ROMSIZE_KB_32768 - select DPTF_USE_EISA_HID select DRIVERS_GENERIC_GPIO_KEYS select DRIVERS_I2C_GENERIC select DRIVERS_I2C_GPIO_MUX diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig index ef0e36e35d..64cee45272 100644 --- a/src/mainboard/google/hatch/Kconfig +++ b/src/mainboard/google/hatch/Kconfig @@ -13,7 +13,6 @@ config BOARD_GOOGLE_BASEBOARD_PUFF select SPD_READ_BY_WORD select SOC_INTEL_CSE_LITE_SKU select DRIVERS_INTEL_DPTF - select DPTF_USE_EISA_HID config BOARD_GOOGLE_HATCH_COMMON def_bool n |