summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-07-03 08:37:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-07-03 08:37:40 +0200
commitf2a2894c27db8f5785bfc7fbaddce8873c16661f (patch)
treeed64751e3c80bfd4c56d5e2909e2285670a99d6c /common/Kconfig
parentc5438404db8c8fecff2cd9791b8e0debe679f0d7 (diff)
parent7f1195c63d30ae24f5575336264d74bf39ab06f9 (diff)
downloadbarebox-f2a2894c27db8f5785bfc7fbaddce8873c16661f.tar.gz
barebox-f2a2894c27db8f5785bfc7fbaddce8873c16661f.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 925fe4b331..983d3059fc 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -209,6 +209,16 @@ config BAREBOX_MAX_BARE_INIT_SIZE
this will allow your bare_init to fit in SRAM as example
ARCH can overwrite it via ARCH_BAREBOX_MAX_BARE_INIT_SIZE
+config BAREBOX_MAX_PBLX_SIZE
+ depends on PBL_MULTI_IMAGES
+ depends on IMAGE_COMPRESSION
+ prompt "Maximum PBLX size"
+ hex
+ default 0xffffffff
+ help
+ Define the maximum size of the PBLX image.
+ The pblx is a self extracting barebox binary.
+
config HAVE_CONFIGURABLE_MEMORY_LAYOUT
bool