aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2021-01-04 14:02:40 -0600
committerPatrick Georgi <pgeorgi@google.com>2021-01-07 08:16:27 +0000
commitd0e1db835a4d9f6dc1f7a987b84db3ffe1d8401a (patch)
treef8f03dfd0a5af11a2e4d3873407382a9aa7dcb86 /src/mainboard/google/volteer
parentf3419b29b7e096855e89bb8023651955df23104a (diff)
mb/google/lindar: Fix building with CONFIG_CHROMEOS unset
Make CHROMEOS_DSM_CALIB depend on CHROMEOS, rather than force-select it. Change-Id: I4c3fd04ec00e0787381c58810938dd48f414635c Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49101 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/volteer')
-rw-r--r--src/mainboard/google/volteer/Kconfig.name2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/volteer/Kconfig.name b/src/mainboard/google/volteer/Kconfig.name
index 8777994ae7..491669a25b 100644
--- a/src/mainboard/google/volteer/Kconfig.name
+++ b/src/mainboard/google/volteer/Kconfig.name
@@ -22,7 +22,7 @@ config BOARD_GOOGLE_LINDAR
select BOARD_GOOGLE_BASEBOARD_VOLTEER
select SOC_INTEL_CSE_LITE_SKU
select INTEL_CAR_NEM
- select CHROMEOS_DSM_CALIB
+ select CHROMEOS_DSM_CALIB if CHROMEOS
select DRIVERS_I2C_RT1011
config BOARD_GOOGLE_MALEFOR