diff options
author | Martin Roth <gaumless@gmail.com> | 2023-02-24 13:51:41 -0700 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-03-09 17:54:54 +0000 |
commit | dcd7ec25cdfbe097ac4d269facd00582e52d980c (patch) | |
tree | 80527f66e02e323ecdf4827519b287ff1b6a657c /src/mainboard/google/skyrim/Kconfig | |
parent | e7be79c610d30b316237ec885cbdf88d9906e1f8 (diff) |
mb/google/skyrim: Allow port descriptors to be overridden
This allows variants to override the skyrim port descriptors.
BUG=None
TEST=Tested with following patches
BRANCH=skyrim
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I8cff44f5b39d130a7191a69970cae8a88bb5d475
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73294
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Van Patten <timvp@google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/skyrim/Kconfig')
-rw-r--r-- | src/mainboard/google/skyrim/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index 3ab1a6fd5f..89fc9cbcd6 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -122,6 +122,12 @@ config VARIANT_DIR default "crystaldrift" if BOARD_GOOGLE_CRYSTALDRIFT default "markarth" if BOARD_GOOGLE_MARKARTH +config USE_VARIANT_DXIO_DESCRIPTOR + bool + help + Enable this to allow a variant to override the dxio descriptor values + in port_descriptors.c + config VBOOT select EC_GOOGLE_CHROMEEC_SWITCHES select VBOOT_LID_SWITCH |