aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/kukui/Kconfig.name
diff options
context:
space:
mode:
authorHung-Te Lin <hungte@chromium.org>2019-07-15 15:11:14 +0800
committerMartin Roth <martinroth@google.com>2019-07-21 20:08:24 +0000
commit8f4590519387c9b1841e65f56f77b81cf9ca63c0 (patch)
treec4bd9333c2f1dab384a52fc8bda8517adcffdb2d /src/mainboard/google/kukui/Kconfig.name
parentb9cc7b38f8017f74717ad1a26bb1ccddf59e710d (diff)
mb/google/kukui: Introduce a new 'Jacuzzi' family
The 'Jacuzzi' is a different base board that will share most of Kukui design. For AP firmware, there will be only a few changes expected, mostly in display (for MIPI bridge) and EC/keyboard so we want to create it as variants inside Kukui folder, not forking a new directory. BUG=b:137517228 TEST=make menuconfig; select 'krane' and build; select 'jacuzzi' and build. Change-Id: Ic2b04e01628dc3db40f79f9bbdd5cc77d9466753 Signed-off-by: Hung-Te Lin <hungte@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34344 Reviewed-by: Julius Werner <jwerner@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/kukui/Kconfig.name')
-rw-r--r--src/mainboard/google/kukui/Kconfig.name4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/kukui/Kconfig.name b/src/mainboard/google/kukui/Kconfig.name
index 3fdd5b0b29..33049e38c2 100644
--- a/src/mainboard/google/kukui/Kconfig.name
+++ b/src/mainboard/google/kukui/Kconfig.name
@@ -15,3 +15,7 @@ config BOARD_GOOGLE_KODAMA
config BOARD_GOOGLE_FLAPJACK
bool "-> Flapjack"
select BOARD_GOOGLE_KUKUI_COMMON
+
+config BOARD_GOOGLE_JACUZZI
+ bool "-> Jacuzzi"
+ select BOARD_GOOGLE_KUKUI_COMMON