summaryrefslogtreecommitdiffstats
path: root/platforms/image-root-ubi.in
blob: fe5d7c876c661fb04445b69bf6e702b95cfaa810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=image

config IMAGE_ROOT_UBI
	tristate
	select HOST_GENIMAGE
	select HOST_MTD_UTILS
	select IMAGE_ROOT_UBIFS
	prompt "Generate images/root.ubi"
	help
	  Build ubi formated image(s) for the root file system and an
	  optional data partition. UBI is faster and robuster than JFFS2,
	  we recommend strongly the usage of UBI if you want a file
	  system for raw flash devices. The image(s) can be directly
	  written to e.g. an mtd partition on a raw flash devices.