summaryrefslogtreecommitdiffstats
path: root/src/mainboard/facebook/fbg1701/Kconfig
diff options
context:
space:
mode:
authorWim Vervoorn <wvervoorn@eltan.com>2019-10-31 10:33:44 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-04 11:30:06 +0000
commitadf344013d30dc685bab3dbd148bdecb35e833b1 (patch)
treea8c3f85996bf6fca3101557621e0c60a652144ba /src/mainboard/facebook/fbg1701/Kconfig
parent3cf40b68c0ec7f6a8ade203424b2a1bf9eeee5ae (diff)
downloadcoreboot-adf344013d30dc685bab3dbd148bdecb35e833b1.tar.gz
coreboot-adf344013d30dc685bab3dbd148bdecb35e833b1.tar.bz2
coreboot-adf344013d30dc685bab3dbd148bdecb35e833b1.zip
mb/facebook/fbg1701: Add logo to the menu
Allow the user to enable and disable the logo from make menuconfig. The file can be selected as well. BUG=N/A TEST=build Change-Id: I630a9d14308131c180adaaa9e1fa5e6e11c3c61c Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36506 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/facebook/fbg1701/Kconfig')
-rw-r--r--src/mainboard/facebook/fbg1701/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mainboard/facebook/fbg1701/Kconfig b/src/mainboard/facebook/fbg1701/Kconfig
index a6c2846f28ed..3ade727409e2 100644
--- a/src/mainboard/facebook/fbg1701/Kconfig
+++ b/src/mainboard/facebook/fbg1701/Kconfig
@@ -69,9 +69,14 @@ config FSP_LOC
default 0xfff9c000
config FSP1_1_DISPLAY_LOGO
- bool
+ bool "Enable logo"
default n
+config FSP1_1_LOGO_FILE_NAME
+ string "Logo file"
+ depends on FSP1_1_DISPLAY_LOGO
+ default "3rdparty/blobs/mainboard/$(MAINBOARDDIR)/logo.bmp"
+
config VENDORCODE_ELTAN_OEM_MANIFEST_LOC
hex
default 0xFFFE9000