aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/Kconfig')
-rw-r--r--src/mainboard/google/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/Kconfig b/src/mainboard/google/Kconfig
index 0603566a7e..4fd695dd02 100644
--- a/src/mainboard/google/Kconfig
+++ b/src/mainboard/google/Kconfig
@@ -21,6 +21,8 @@ if VENDOR_GOOGLE
choice
prompt "Mainboard model"
+config BOARD_GOOGLE_BUTTERFLY
+ bool "Butterfly"
config BOARD_GOOGLE_PARROT
bool "Parrot"
config BOARD_GOOGLE_SNOW
@@ -28,6 +30,7 @@ config BOARD_GOOGLE_SNOW
endchoice
+source "src/mainboard/google/butterfly/Kconfig"
source "src/mainboard/google/parrot/Kconfig"
source "src/mainboard/google/snow/Kconfig"