diff options
author | Mathew King <mathewk@chromium.org> | 2020-12-08 11:33:58 -0700 |
---|---|---|
committer | Hung-Te Lin <hungte@chromium.org> | 2020-12-17 06:23:08 +0000 |
commit | 2e2fc7a4f0e9d14591ce2868840af3043d5147f3 (patch) | |
tree | a3f65f4e316232c7444418ae5bbc5c0f51e4258c /src/mainboard/google/guybrush/Kconfig.name | |
parent | 2031221fbda5100556933fb225f9199b88aeebac (diff) |
mb/google/guybrush: Add new mainboard
Guybrush is a new Google mainboard with an AMD SOC.
BUG=b:175143925
TEST=builds
Change-Id: I1792f21ff7616f364ddc8b0c04481049b2a5fb04
Signed-off-by: Mathew King <mathewk@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48479
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/guybrush/Kconfig.name')
-rw-r--r-- | src/mainboard/google/guybrush/Kconfig.name | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/guybrush/Kconfig.name b/src/mainboard/google/guybrush/Kconfig.name new file mode 100644 index 0000000000..076516c03b --- /dev/null +++ b/src/mainboard/google/guybrush/Kconfig.name @@ -0,0 +1,5 @@ +comment "Guybrush" + +config BOARD_GOOGLE_GUYBRUSH + bool "-> Guybrush" + select BOARD_GOOGLE_BASEBOARD_GUYBRUSH |