summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/platforms
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-v7a/platforms')
-rw-r--r--configs/platform-v7a/platforms/barebox-gf.in20
-rw-r--r--configs/platform-v7a/platforms/blspec-gf.in5
2 files changed, 25 insertions, 0 deletions
diff --git a/configs/platform-v7a/platforms/barebox-gf.in b/configs/platform-v7a/platforms/barebox-gf.in
new file mode 100644
index 0000000..54f45f6
--- /dev/null
+++ b/configs/platform-v7a/platforms/barebox-gf.in
@@ -0,0 +1,20 @@
+## SECTION=bootloader
+
+config BAREBOX_GF
+ tristate
+ prompt "Barebox (gf)"
+ select HOST_LZOP if BAREBOX_GF_NEEDS_HOST_LZOP
+ help
+ Gute Fee support for barebox.
+
+if BAREBOX_GF
+
+config BAREBOX_GF_NEEDS_HOST_LZOP
+ prompt "barebox gf needs lzop"
+ bool
+ help
+ The barebox gf can be compressed. Select this if lzop
+ is used in order to compile lzop for your development
+ host.
+
+endif
diff --git a/configs/platform-v7a/platforms/blspec-gf.in b/configs/platform-v7a/platforms/blspec-gf.in
new file mode 100644
index 0000000..7d7895b
--- /dev/null
+++ b/configs/platform-v7a/platforms/blspec-gf.in
@@ -0,0 +1,5 @@
+## SECTION=blspec
+
+config BLSPEC_GF
+ tristate
+ prompt "/loader/entries/gf.conf bootloader spec entry"