diff options
author | Martin Roth <martinroth@google.com> | 2018-07-18 14:54:34 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-07-20 04:11:50 +0000 |
commit | 5254104b46df5b45452c5119c493c2e58bb6609a (patch) | |
tree | 397a160090bb3fbc4b33320bbe0223d9612c09e2 /src/mainboard/google/kahlee/Kconfig.name | |
parent | a8fa25138b6a1fd08a8e95ab5ecb2ed4e21ee898 (diff) | |
download | coreboot-5254104b46df5b45452c5119c493c2e58bb6609a.tar.xz |
mainboard/google/kahlee: Create Aleena variant
This is based on the Grunt variant.
BUG=b:111606874
TEST=Build Aleena
Change-Id: I6fd42db6f9f309c3c375b670cd22f818555e4195
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/27538
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/mainboard/google/kahlee/Kconfig.name')
-rw-r--r-- | src/mainboard/google/kahlee/Kconfig.name | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig.name b/src/mainboard/google/kahlee/Kconfig.name index 4f58a01666..3f5d1f5f4f 100644 --- a/src/mainboard/google/kahlee/Kconfig.name +++ b/src/mainboard/google/kahlee/Kconfig.name @@ -1,5 +1,8 @@ comment "Kahlee" +config BOARD_GOOGLE_ALEENA + bool "-> Aleena" + select BOARD_GOOGLE_BASEBOARD_KAHLEE config BOARD_GOOGLE_CAREENA bool "-> Careena" select BOARD_GOOGLE_BASEBOARD_KAHLEE |