diff options
Diffstat (limited to 'src/mainboard/google/octopus')
-rw-r--r-- | src/mainboard/google/octopus/Kconfig.name | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/mainboard/google/octopus/Kconfig.name b/src/mainboard/google/octopus/Kconfig.name index 23f796ea35..596da3bbce 100644 --- a/src/mainboard/google/octopus/Kconfig.name +++ b/src/mainboard/google/octopus/Kconfig.name @@ -1,16 +1,18 @@ +comment "Octopus" + config BOARD_GOOGLE_OCTOPUS - bool "Octopus" + bool "-> Octopus" select BOARD_GOOGLE_BASEBOARD_OCTOPUS select BASEBOARD_OCTOPUS_LAPTOP config BOARD_GOOGLE_YORP - bool "Yorp" + bool "-> Yorp" select BOARD_GOOGLE_BASEBOARD_OCTOPUS select BASEBOARD_OCTOPUS_LAPTOP config BOARD_GOOGLE_BIP - bool "Bip" + bool "-> Bip" select BOARD_GOOGLE_BASEBOARD_OCTOPUS select BASEBOARD_OCTOPUS_LAPTOP config BOARD_GOOGLE_PHASER - bool "Phaser" + bool "-> Phaser" select BOARD_GOOGLE_BASEBOARD_OCTOPUS select BASEBOARD_OCTOPUS_LAPTOP |