summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi/platforms/image-boot-vfat.in
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-rpi/platforms/image-boot-vfat.in')
-rw-r--r--configs/platform-rpi/platforms/image-boot-vfat.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/configs/platform-rpi/platforms/image-boot-vfat.in b/configs/platform-rpi/platforms/image-boot-vfat.in
new file mode 100644
index 0000000..6ac5dd9
--- /dev/null
+++ b/configs/platform-rpi/platforms/image-boot-vfat.in
@@ -0,0 +1,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