mb/dell/snb_ivb_workstations: Choose correct PCH for OptiPlex 9010

The Dell OptiPlex 9010 uses a Q77 PCH, which is Panther Point. The only
difference is the definition of the `CROS_GPIO_DEVICE_NAME` macro, which
is not used for non-ChromeOS coreboot builds.

Change-Id: I7ad07b464aef24f7749c3fe9300b7f7dd865e47b
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63207
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Angel Pons 2022-03-30 19:08:01 +02:00 committed by Felix Held
parent caa3b530e6
commit 0b7aa5abcb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
config BOARD_DELL_OPTIPLEX_9010
bool "OptiPlex 9010 SFF"
select BOARD_DELL_SNB_IVB_WORKSTATIONS
select SOUTHBRIDGE_INTEL_BD82X6X
select SOUTHBRIDGE_INTEL_C216
config BOARD_DELL_PRECISION_T1650
bool "Dell Precision T1650"