diff options
author | Wim Vervoorn <wvervoorn@eltan.com> | 2019-10-31 10:33:44 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-04 11:30:06 +0000 |
commit | adf344013d30dc685bab3dbd148bdecb35e833b1 (patch) | |
tree | a8c3f85996bf6fca3101557621e0c60a652144ba | |
parent | 3cf40b68c0ec7f6a8ade203424b2a1bf9eeee5ae (diff) |
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>
-rw-r--r-- | src/mainboard/facebook/fbg1701/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mainboard/facebook/fbg1701/Kconfig b/src/mainboard/facebook/fbg1701/Kconfig index a6c2846f28..3ade727409 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 |