From 033ce60711e1011af5bce8dd3b0644e2d1e4d10f Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Fri, 6 Jan 2017 19:14:45 +0100 Subject: WIP: platform-v7a: add support for afi-gf * not tested yet Signed-off-by: Robert Schwebel --- configs/platform-v7a/platforms/barebox-gf.in | 20 ++++++++++++++++++++ configs/platform-v7a/platforms/blspec-gf.in | 5 +++++ 2 files changed, 25 insertions(+) create mode 100644 configs/platform-v7a/platforms/barebox-gf.in create mode 100644 configs/platform-v7a/platforms/blspec-gf.in (limited to 'configs/platform-v7a/platforms') 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" -- cgit v1.2.3