summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi/platforms/image-boot-vfat.in
blob: b992383347582303b0f2f1d408612dfeef4688d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## SECTION=image

config IMAGE_BOOT_VFAT
	tristate
	select HOST_GENIMAGE
	select HOST_MTOOLS
	select HOST_DOSFSTOOLS
	select BAREBOX
	select KERNEL
	prompt "Generate image/boot.vfat"
	help
	  FIXME

if IMAGE_BOOT_VFAT

config IMAGE_BOOT_VFAT_GPU_MEM
	int
	default 64
	prompt "GPU memory"
	help
	  GPU memory in megabyte. Sets the memory split between the ARM
	  and GPU. ARM gets the remaining memory. Min 16.
endif