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

config IMAGE_BOOT_VFAT
	tristate
	select HOST_GENIMAGE
	select HOST_MTOOLS
	select HOST_DOSFSTOOLS
	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