summaryrefslogtreecommitdiffstats
path: root/configs/platform-beaglebone/platforms/barebox-rpi2.in
blob: c72762ce21ebc6306e24e5ecbc4a8e48caad585b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## SECTION=bootloader

menuconfig BAREBOX_RPI2
	tristate
	prompt "Barebox (rpi2)"
	select HOST_LZOP if BAREBOX_RPI2_NEEDS_HOST_LZOP
	help
	  Raspberry Pi 2 support for barebox.

if BAREBOX_RPI2

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

endif