From 5f187dbe6344d0e3dad4277e64efaf0f0092b559 Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Tue, 24 Apr 2018 14:37:38 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/25884 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- src/mainboard/facebook/Kconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/mainboard/facebook/Kconfig (limited to 'src/mainboard/facebook/Kconfig') 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 -- cgit v1.2.3