#
# Sony partition support
#

menu "Sony partition Support"

config SONY_FULL_PARTITIONS
	bool "Use Sony full partitions support"
	default n
	help
	  Use Sony full partitions support.
	  This option change partition layout info
	  to SONY full partition.
	  Say Y to this option. If unsure, say N.

config SONY_CREATE_PARTITIONS_ON_INIT_BOOT
	bool "Use Sony create partitions on init boot"
	depends on SONY_FULL_PARTITIONS
	default n
	help
	  Use Sony create partitions on init boot.
	  This option create GPT partition to eMMC if
	  GPT partition info is blank (or invalid).
	  Say Y to this option. If unsure, say N.

endmenu
