summaryrefslogtreecommitdiff
path: root/src/mainboard/facebook/Kconfig
diff options
context:
space:
mode:
authorDavid Hendricks <dhendricks@fb.com>2018-04-24 14:37:38 -0700
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2018-06-26 15:17:29 +0000
commit5f187dbe6344d0e3dad4277e64efaf0f0092b559 (patch)
tree9c4dae08cf98b398f12c33051f5ccfaadc08da16 /src/mainboard/facebook/Kconfig
parentc1072f2fc73926bbe73b507dda2e9346d39e041f (diff)
downloadcoreboot-5f187dbe6344d0e3dad4277e64efaf0f0092b559.tar.xz
facebook/watson: Initial commit
This adds another camelbackmountain_fsp derivative, along with a .fmd file for the board. For now it's been tested to build and boot. Change-Id: I9e8804264967c19f6b51fc44575b0db36f600f88 Signed-off-by: David Hendricks <dhendricks@fb.com> Reviewed-on: https://review.coreboot.org/25884 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/facebook/Kconfig')
-rw-r--r--src/mainboard/facebook/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mainboard/facebook/Kconfig b/src/mainboard/facebook/Kconfig
new file mode 100644
index 0000000000..7e99f01ac7
--- /dev/null
+++ b/src/mainboard/facebook/Kconfig
@@ -0,0 +1,16 @@
+if VENDOR_FACEBOOK
+
+choice
+ prompt "Mainboard model"
+
+source "src/mainboard/facebook/*/Kconfig.name"
+
+endchoice
+
+source "src/mainboard/facebook/*/Kconfig"
+
+config MAINBOARD_VENDOR
+ string
+ default "Facebook"
+
+endif # VENDOR_FACEBOOK