summaryrefslogtreecommitdiff
path: root/src/mainboard/google/cherry/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/cherry/Kconfig')
-rw-r--r--src/mainboard/google/cherry/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/cherry/Kconfig b/src/mainboard/google/cherry/Kconfig
index 71572679f2..e45b259333 100644
--- a/src/mainboard/google/cherry/Kconfig
+++ b/src/mainboard/google/cherry/Kconfig
@@ -36,6 +36,7 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "Cherry" if BOARD_GOOGLE_CHERRY
+ default "Dojo" if BOARD_GOOGLE_DOJO
default "Tomato" if BOARD_GOOGLE_TOMATO
config DRIVER_TPM_I2C_BUS
@@ -62,6 +63,5 @@ config CHERRY_USE_RT1011
config CHERRY_USE_RT1019
bool
- default y if BOARD_GOOGLE_CHERRY || BOARD_GOOGLE_TOMATO
- default n
+ default y
endif