aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2022-03-30 19:08:01 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-04-01 22:22:48 +0000
commit0b7aa5abcb7227ac44b3a5e0b3997c5a015f95b9 (patch)
tree98ef85d793cec7db41e45e3bbef68ca970ff3bff /src
parentcaa3b530e6308df58b64b118fe4a3816baaad8b9 (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/dell/snb_ivb_workstations/Kconfig.name2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/dell/snb_ivb_workstations/Kconfig.name b/src/mainboard/dell/snb_ivb_workstations/Kconfig.name
index 1176f6ae62..6f6d833c06 100644
--- a/src/mainboard/dell/snb_ivb_workstations/Kconfig.name
+++ b/src/mainboard/dell/snb_ivb_workstations/Kconfig.name
@@ -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"