summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/platforms/barebox-gf.in
blob: 54f45f6b10188fd88d92091e8e251e854dcca1d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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