summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/platforms/barebox-am335x.in
blob: f2c3e071a18b2d6b55d1ef3e8e3b239dd360a6c3 (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_AM335X
	tristate
	prompt "Barebox (am335x)"
	select HOST_LZOP if BAREBOX_AM335X_NEEDS_HOST_LZOP
	help
	  Gute Fee support for barebox.

if BAREBOX_AM335X

config BAREBOX_AM335X_NEEDS_HOST_LZOP
	prompt "barebox am335x needs lzop"
	bool
	help
	  The barebox am335x can be compressed. Select this if lzop
	  is used in order to compile lzop for your development
	  host.

endif