summaryrefslogtreecommitdiff
path: root/board/scalys/grapeboard/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/scalys/grapeboard/Kconfig')
-rw-r--r--board/scalys/grapeboard/Kconfig10
1 files changed, 7 insertions, 3 deletions
diff --git a/board/scalys/grapeboard/Kconfig b/board/scalys/grapeboard/Kconfig
index b038577..ef07ad6 100644
--- a/board/scalys/grapeboard/Kconfig
+++ b/board/scalys/grapeboard/Kconfig
@@ -43,14 +43,18 @@ config RESCUE_UBOOT_CONFIG
endchoice
-config PBL_BINARY
+config PBL_IMAGE
bool
+ default y
+ prompt "Concat PBL and U-boot"
-config PBL_IMAGE
+config U_BOOT_PAD_TO
string
-config U_BOOT_PAD_TO
+config PBL_BINARY_SRC
string
+ depends on PBL_IMAGE
+ prompt "Modify RCW binary source"
endmenu